SABER
tools_repro.F90 File Reference

Go to the source code of this file.

Modules

module  tools_repro
 Reproducibility functions.
 

Functions/Subroutines

logical function, public tools_repro::eq (x, y)
 Equal test for reals. More...
 
logical function, public tools_repro::inf (x, y)
 Inferior test for reals. More...
 
logical function, public tools_repro::infeq (x, y)
 Inferior or equal test for reals. More...
 
logical function, public tools_repro::sup (x, y)
 Superior test for reals. More...
 
logical function, public tools_repro::supeq (x, y)
 Superior or equal test for reals. More...
 
logical function, public tools_repro::indist (x, y)
 Indistiguishability test. More...
 
logical function, public tools_repro::small (x, y)
 Small value test. More...
 

Variables

logical, public tools_repro::repro = .true.
 
real(kind_real), parameter, public tools_repro::rth = 1.0e-12