libsim  Versione6.3.0

◆ arrayof_vol7d_timerange_delete()

subroutine, private vol7d_timerange_class::arrayof_vol7d_timerange_delete ( type(arrayof_vol7d_timerange this,
logical, intent(in), optional  nodealloc 
)
private

Destructor for finalizing an array object.

If defined, calls the destructor for every element of the array object; finally it deallocates all the space occupied.

Parametri
thisarray object to be destroyed
[in]nodeallocif provided and .TRUE. , the space reserved for the array is not deallocated, thus the values are retained, while the array pointer is nullified, this means that the caller must have previously assigned the pointer contents thisarray to another pointer to prevent memory leaks

Definizione alla linea 2081 del file vol7d_timerange_class.F90.


Generated with Doxygen.