SABER
|
Public Member Functions | |
logical function | repro_eq_int (x, y) |
Equal test for int. More... | |
logical function | repro_eq_real (x, y) |
Equal test for real. More... | |
logical function | repro_eq_logical (x, y) |
Equal test for logical. More... | |
Definition at line 53 of file tools_repro.F90.
logical function tools_repro::eq::repro_eq_int | ( | integer(kind_int), intent(in) | x, |
integer(kind_int), intent(in) | y | ||
) |
Equal test for int.
[in] | x | First real |
[in] | y | Second real |
Definition at line 108 of file tools_repro.F90.
logical function tools_repro::eq::repro_eq_logical | ( | logical, intent(in) | x, |
logical, intent(in) | y | ||
) |
Equal test for logical.
[in] | x | First real |
[in] | y | Second real |
Definition at line 174 of file tools_repro.F90.
logical function tools_repro::eq::repro_eq_real | ( | real(kind_real), intent(in) | x, |
real(kind_real), intent(in) | y | ||
) |
Equal test for real.
[in] | x | First real |
[in] | y | Second real |
Definition at line 138 of file tools_repro.F90.