IPIM
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
module_unittest::compare_coordonnees Interface Reference

Public Member Functions

logical function compare_coordonnees_0d (x, y, tol)
 Compare 2 coordonnees type. Return true if 2 items are identical or relative difference less than a threshold (tol) More...
 
logical function compare_coordonnees_2d (x, y, tol)
 Compare 2 2d-array coordonnees type. Return true if 2 items are identical or relative difference less than a threshold (tol) More...
 

Member Function/Subroutine Documentation

logical function module_unittest::compare_coordonnees::compare_coordonnees_0d ( type(coordonnees), intent(in)  x,
type(coordonnees), intent(in)  y,
real*8, optional  tol 
)

Compare 2 coordonnees type. Return true if 2 items are identical or relative difference less than a threshold (tol)

Author

Here is the caller graph for this function:

logical function module_unittest::compare_coordonnees::compare_coordonnees_2d ( type(coordonnees), dimension(:,:), intent(in)  x,
type(coordonnees), dimension(:,:), intent(in)  y,
real*8, optional  tol 
)

Compare 2 2d-array coordonnees type. Return true if 2 items are identical or relative difference less than a threshold (tol)

Author

Here is the caller graph for this function:


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