SABER
tools_repro::eq Interface Reference

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...
 

Detailed Description

Definition at line 53 of file tools_repro.F90.

Member Function/Subroutine Documentation

◆ repro_eq_int()

logical function tools_repro::eq::repro_eq_int ( integer(kind_int), intent(in)  x,
integer(kind_int), intent(in)  y 
)

Equal test for int.

Parameters
[in]xFirst real
[in]ySecond real

Definition at line 108 of file tools_repro.F90.

◆ repro_eq_logical()

logical function tools_repro::eq::repro_eq_logical ( logical, intent(in)  x,
logical, intent(in)  y 
)

Equal test for logical.

Parameters
[in]xFirst real
[in]ySecond real

Definition at line 174 of file tools_repro.F90.

◆ repro_eq_real()

logical function tools_repro::eq::repro_eq_real ( real(kind_real), intent(in)  x,
real(kind_real), intent(in)  y 
)

Equal test for real.

Parameters
[in]xFirst real
[in]ySecond real

Definition at line 138 of file tools_repro.F90.


The documentation for this interface was generated from the following file: