libsim Versione 7.1.11
|
◆ geo_coord_le()
Logical less-equal operator. Returns true if the first point lies to the west of the second or if lon is equal south Definizione alla linea 554 del file geo_coord_class.F90. 555TYPE(geo_coordvect), INTENT(INOUT) :: this
556
557IF (ASSOCIATED(this%ll)) DEALLOCATE(this%ll)
558this%vsize = 0
559this%vtype = 0
|