SABER
|
Public Member Functions | |
logical function | repro_inf_int (x, y) |
Inferior test for int. More... | |
logical function | repro_inf_real (x, y) |
Inferior test for real. More... | |
Definition at line 62 of file tools_repro.F90.
logical function tools_repro::inf::repro_inf_int | ( | integer(kind_int), intent(in) | x, |
integer(kind_int), intent(in) | y | ||
) |
Inferior test for int.
[in] | x | First real |
[in] | y | Second real |
Definition at line 206 of file tools_repro.F90.
logical function tools_repro::inf::repro_inf_real | ( | real(kind_real), intent(in) | x, |
real(kind_real), intent(in) | y | ||
) |
Inferior test for real.
[in] | x | First real |
[in] | y | Second real |
Definition at line 235 of file tools_repro.F90.