![]() |
MFIX
2016-1
|
Public Member Functions | |
| subroutine | assert_i (lcond, msg, value) |
| subroutine | assert_d (lcond, msg, value) |
| subroutine | assert_i2 (lcond, msg, value, value2) |
| subroutine | assert_d2 (lcond, msg, value, value2) |
Definition at line 9 of file debug_mod.f.
| subroutine debug::assert::assert_d | ( | logical, intent(in) | lcond, |
| character(len=*), intent(in) | msg, | ||
| double precision, intent(in) | value | ||
| ) |
Definition at line 71 of file debug_mod.f.
| subroutine debug::assert::assert_d2 | ( | logical, intent(in) | lcond, |
| character(len=*), intent(in) | msg, | ||
| double precision, intent(in) | value, | ||
| double precision, intent(in) | value2 | ||
| ) |
Definition at line 84 of file debug_mod.f.
| subroutine debug::assert::assert_i | ( | logical, intent(in) | lcond, |
| character(len=*), intent(in) | msg, | ||
| integer, intent(in) | value | ||
| ) |
Definition at line 41 of file debug_mod.f.
| subroutine debug::assert::assert_i2 | ( | logical, intent(in) | lcond, |
| character(len=*), intent(in) | msg, | ||
| integer, intent(in) | value, | ||
| integer, intent(in) | value2 | ||
| ) |
Definition at line 55 of file debug_mod.f.