[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


DELVARX Source code in delvarx.pro

DELVARX

Name
       DELVARX
Purpose
       Delete variables for memory management (can call from routines)
Explanation
       Like intrinsic DELVAR function, but can be used from any calling level
Calling Sequence
       DELVARX,  a [,b,c,d,e,f,g,h,i,j, /FREE_MEM]
Input Parameters
       p0, p1...p9 - variables to delete
Keyword Parameters
       /FREE_MEM - If set, then free memory associated with pointers
                   and objects.
Restrictions
       Can't use recursively due to EXECUTE function
Procedure
       Uses EXECUTE and TEMPORARY function
Revision History
       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

Last modified by pro2html on 2004 February 26 at 04:58 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically