Produced by IDL 6.1
User Documentation

./guide
File emptystack.pro

Last modification date:
Wed Nov 17 16:47:51 2004


emptystack

procedure emptystack, [/reset], [/shrink]

Empty !g.astack. Normally this simply sets !g.acount to 0. Optionally it can also reset the values to zero and it can shrink the size to its initial size of 5120 elements. The UniPOPS name, EMPTY, is already used in IDL and hence could not be used here.

Version
$Id: emptystack.pro,v 1.2 2004/11/17 21:47:51 bgarwood Exp $

Keywords
reset
in, optional
boolean
When set, the values will be reset to 0.
shrink
in, optional
boolean
When set, the size of the array will be reset to its initial size of 5120 elements.


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:14 2004