libsim  Versione6.3.0

◆ geo_coord_le()

elemental logical function geo_coord_class::geo_coord_le ( type(geo_coord), intent(in)  this,
type(geo_coord), intent(in)  that 
)

Logical less-equal operator.

Returns true if the first point lies to the west of the second or if lon is equal south

Definizione alla linea 574 del file geo_coord_class.F90.

574 REAL(kind=fp_geo), OPTIONAL, POINTER :: lon(:)
575 REAL(kind=fp_geo), OPTIONAL, POINTER :: lat(:)
576 
577 IF (PRESENT(lon)) THEN
578  IF (ASSOCIATED(this%ll)) THEN

Generated with Doxygen.