libsim  Versione 7.2.1

◆ geo_proj_copy()

subroutine geo_proj_copy ( type(geo_proj), intent(in)  this,
type(geo_proj), intent(out)  that 
)

Create an independent copy of a geo_proj object.

Definizione alla linea 598 del file geo_proj_class.F90.

599 TYPE(geo_proj),INTENT(in) :: this
600 
601 print*,"<<<<<<<<<<<<<<< ",t2c(this%proj_type,"undefined projection"), &
602  " >>>>>>>>>>>>>>>>"
603 

Generated with Doxygen.