libsim Versione 7.2.6
|
◆ geo_coord_delete()
Distrugge l'oggetto in maniera pulita, assegnandogli un valore mancante.
Definizione alla linea 398 del file geo_coord_class.F90. 399
400!> Logical less operator. Returns true if the first point
401!! lies to the southwest of the second
402elemental FUNCTION geo_coord_ll(this, that) RESULT(res)
403TYPE(geo_coord),INTENT(IN) :: this, that
|