|
◆ geo_proj_delete()
subroutine geo_proj_delete |
( |
type(geo_proj), intent(inout) |
this | ) |
|
Destroy a geo_proj object.
Definizione alla linea 592 del file geo_proj_class.F90.
595 END SUBROUTINE geo_proj_write_unit 598 SUBROUTINE geo_proj_display(this) 599 TYPE(geo_proj), INTENT(in) :: this 601 print*, "<<<<<<<<<<<<<<< ", t2c(this%proj_type, "undefined projection"), & 604 IF ( c_e(this%xoff) .AND. this%xoff /= 0.0d0) THEN 605 print*, "False easting",this%xoff 607 IF ( c_e(this%yoff) .AND. this%yoff /= 0.0d0) THEN 608 print*, "False northing",this%yoff Functions that return a trimmed CHARACTER representation of the input variable.
|