libsim Versione 7.1.11

◆ geo_coord_ur()

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

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
577IF (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.