libsim  Versione7.1.6
subroutine, private grid_id_copy ( type(grid_id), intent(in)  this,
type(grid_id), intent(out)  that 
)
private

Performs a "deep" copy of the grid_id object when possible.

For grib_api this clones the grid_id generating a new independent object in memory, which can be manipulated without affecting the original one. The grid_id object that does not need to be initialized before the call.

Parametri
[in]thissource object
[out]thatdestination object, it must not be initialized

Definizione alla linea 702 del file grid_id_class.F90.


Generated with Doxygen.