libsim Versione 7.1.11
|
◆ geo_coord_ur()
Logical greater operator. Returns true if the first point lies to the northeast of the second Definizione alla linea 575 del file geo_coord_class.F90. 576
577IF (PRESENT(lon)) THEN
578 IF (ASSOCIATED(this%ll)) THEN
579 ALLOCATE(lon(this%vsize))
580 lon(:) = this%ll(1:this%vsize,1)
|