libsim Versione 7.2.0

◆ geo_coord_lle()

elemental logical function geo_coord_lle ( type(geo_coord), intent(in)  this,
type(geo_coord), intent(in)  that 
)
private

Logical less-equal operator.

Returns true if the first point lies to the southwest of the second

Definizione alla linea 580 del file geo_coord_class.F90.

581 ENDIF
582ENDIF
583IF (PRESENT(lat)) THEN
584 IF (ASSOCIATED(this%ll)) THEN
585 ALLOCATE(lat(this%vsize))

Generated with Doxygen.