libsim  Versione6.3.0

◆ geo_proj_read_unit()

subroutine geo_proj_read_unit ( type(geo_proj), intent(out)  this,
integer, intent(in)  unit 
)

This method reads from a Fortran file unit the contents of the object this.

The record to be read must have been written with the ::write_unit method. The method works both on formatted and unformatted files.

Parametri
[out]thisobject to be read
[in]unitunit from which to read, it must be an opened Fortran file unit

Definizione alla linea 776 del file geo_proj_class.F90.

776 
777 END FUNCTION geo_lon_eq
778 
779 ! =====================
780 ! == transformations ==
781 ! =====================
782 
783 ELEMENTAL SUBROUTINE proj_regular_ll(lon,lat,x,y)
784 DOUBLE PRECISION, INTENT(in) :: lon,lat
785 DOUBLE PRECISION, INTENT(out) :: x,y
786 
787 x = lon

Generated with Doxygen.