libsim Versione 7.1.11

◆ geo_coord_gt()

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

Logical great operator.

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

Definizione alla linea 513 del file geo_coord_class.F90.

514TYPE(geo_coord),INTENT(IN) :: coordmax
515LOGICAL :: res
516
517res = (geo_coord_ure(this, coordmin) .AND. geo_coord_lle(this,coordmax))
518
519END FUNCTION geo_coord_inside_rectang
520
521
522! ===================

Generated with Doxygen.