libsim Versione 7.2.6

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

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

Generated with Doxygen.