libsim  Versione 7.2.6

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

570 !! allocati dalla \a getval stessa e che devono poi essere
571 !! deallocati esplicitamente dal programma chiamante.
572 SUBROUTINE geo_coordvect_getval(this, lon, lat)
573 TYPE(geo_coordvect),INTENT(IN) :: this
574 REAL(kind=fp_geo), OPTIONAL, POINTER :: lon(:)

Generated with Doxygen.