libsim  Versione 7.1.7

◆ geo_coord_ur()

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

Logical greater operator.

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

Definizione alla linea 575 del file geo_coord_class.F90.

576 
577 IF (PRESENT(lon)) THEN
578  IF (ASSOCIATED(this%ll)) THEN
579  ALLOCATE(lon(this%vsize))
580  lon(:) = this%ll(1:this%vsize,1)

Generated with Doxygen.