libsim  Versione7.2.3

◆ 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 580 del file geo_coord_class.F90.

580  lon(:) = this%ll(1:this%vsize,1)
581  ENDIF
582 ENDIF
583 IF (PRESENT(lat)) THEN
584  IF (ASSOCIATED(this%ll)) THEN

Generated with Doxygen.