libsim  Versione6.3.0

◆ geo_coord_ure()

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

Logical greater-equal operator.

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

Definizione alla linea 585 del file geo_coord_class.F90.

585  ALLOCATE(lat(this%vsize))
586  lat(:) = this%ll(1:this%vsize,2)
587  ENDIF
588 ENDIF
589 

Generated with Doxygen.