Name
mcf_dmm_delete — Delete object from Dynamic Memory
Description
mcf_dmm_delete
removes an object defined
by the identifier ident
from Dynamic Memory. The
space left free by the object is released to the system and will
eventually be re-allocated to new entries. The operation is carried
out irrespective of the user-defined tag.
Specification (Fortran)
subroutine mcf_dmm_delete(ident,status)
integer*4 ident
integer*4 status
Parameters
ident
DMM identifier of object to be deleted (input).
status
Status code returned (output). Upon successful
completion of the operation, the status value 0 is returned.
A negative value is returned if an error has been detected.
A positive value is returned if a warning has been
issued.