libsim  Versione6.3.0

◆ geo_coord_ll()

elemental logical function geo_coord_class::geo_coord_ll ( type(geo_coord), intent(in)  this,
type(geo_coord), intent(in)  that 
)

Logical less operator.

Returns true if the first point lies to the southwest of the second

Definizione alla linea 616 del file geo_coord_class.F90.

616  ALLOCATE(llon(lvsize+1), llat(lvsize+1))
617  ! Leggo il poligono
618  READ(unitsim,*)(llon(i),llat(i), i=1,lvsize)
619  ! Lo chiudo se necessario
620  IF (llon(1) /= llon(lvsize) .OR. llat(1) /= llat(lvsize)) THEN

Generated with Doxygen.