Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
DELVARX
Delete variables for memory management (can call from routines)
Like intrinsic DELVAR function, but can be used from any calling level
DELVARX, a [,b,c,d,e,f,g,h,i,j, /FREE_MEM]
p0, p1...p9 - variables to delete
/FREE_MEM - If set, then free memory associated with pointers and objects.
Can't use recursively due to EXECUTE function
Uses EXECUTE and TEMPORARY function
Copied from the Solar library, written by slf, 25-Feb-1993 Added to Astronomy Library, September 1995 Converted to IDL V5.0 W. Landsman September 1997 Modified, 26-Mar-2003, Zarro (EER/GSFC) 26-Mar-2003 - added FREE_MEM to free pointer/objects
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]