libsim Versione 7.2.4
|
◆ geo_coord_ur()
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
574REAL(kind=fp_geo), OPTIONAL, POINTER :: lon(:)
|