libsim  Versione7.1.6
subroutine arrayof_georef_coord_array_delete ( type(arrayof_georef_coord_array this)

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
thisif provided and .TRUE. , the destructor possibily defined for the TYPE(georef_coord_array) is not called for every deleted object, may be useful if the objects to be deleted have been copied to another instance of arrayof_georef_coord_array and continue their life there

Definizione alla linea 593 del file georef_coord_class.F90.


Generated with Doxygen.