libsim Versione 7.2.4

◆ griddim_delete()

subroutine griddim_delete ( type(griddim_def), intent(inout) this)
private

Destroy a griddim_def object.

Parametri
[in,out]thisobject to be destroyed

Definizione alla linea 542 del file grid_class.F90.

543SUBROUTINE griddim_set_central_lon(this, lonref)
544TYPE(griddim_def),INTENT(inout) :: this
545DOUBLE PRECISION,INTENT(in) :: lonref
546
547DOUBLE PRECISION :: lon
548
549CALL griddim_pistola_central_lon(this, lon, lonref)
550

Generated with Doxygen.