This subroutine deletes an image and frees any
resources associated with it. It should be used as an alternative to IMG_FREE for any image which is
not to be kept.
Invocation
CALL IMG_DELET( PARAM, STATUS )
Arguments
PARAM = CHARACTER
(
)
(Given)
Parameter name specifying the image to be deleted.
STATUS = INTEGER (Given and
Returned)
The global status.
Notes:
Only output or images accessed for modification may be
deleted.
It is possible to delete more than one image per call using multiple parameter names. Multiple
parameter names are specified using a comma separated list of names (i.e. ’IMAGE1,IMAGE2’). A
wildcard capability is not supplied for this subroutine.