|
logical(c_bool) function | exceptions::bounds_check_integer_1d (array_vals, array_index) |
logical(c_bool) function | exceptions::bounds_check_float_1d (array_vals, array_index) |
logical(c_bool) function | exceptions::bounds_check_double_1d (array_vals, array_index) |
logical(c_bool) function | exceptions::bounds_check_integer_2d (array_vals, array_index1, array_index2) |
logical(c_bool) function | exceptions::bounds_check_float_2d (array_vals, array_index1, array_index2) |
logical(c_bool) function | exceptions::bounds_check_double_2d (array_vals, array_index1, array_index2) |
subroutine, public | exceptions::die (smessage, smodule, iline, shints, scalledby, icalledbyline) |
subroutine, public | exceptions::check_for_fatal_warnings () |
subroutine, public | exceptions::warn (smessage, smodule, iline, shints, lfatal, iloglevel, lecho) |
subroutine | exceptions::assert_1bit (lcondition, smessage, smodule, iline, scalledby, icalledbyline, shints) |
subroutine | exceptions::assert_4bit (lcondition, smessage, smodule, iline, scalledby, icalledbyline, shints) |