libsim Versione 7.1.11

◆ griddim_delete()

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

Destroy a griddim_def object.

Parametri
[in,out]thisobject to be destroyed

Definizione alla linea 548 del file grid_class.F90.

549CALL griddim_pistola_central_lon(this, lon, lonref)
550
551END SUBROUTINE griddim_set_central_lon
552
553
554! internal subroutine for performing tasks common to the prevous two
555SUBROUTINE griddim_pistola_central_lon(this, lon, lonref)
556TYPE(griddim_def),INTENT(inout) :: this ! grid descriptor

Generated with Doxygen.