|
◆ 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 599 del file geo_proj_class.F90.
599 TYPE(geo_proj), INTENT(in) :: this 601 print*, "<<<<<<<<<<<<<<< ",t2c(this%proj_type, "undefined projection"), &
|