Produced by IDL 6.1
User Documentation

./guide
File clear_accum.pro

Last modification date:
Fri Nov 19 11:20:49 2004


clear_accum

procedure clear_accum, [accum_buf=accum_struct structure]

Clear the given accum_struct, free's the pointer, zeros' values. This procedure is in GUIDE because of the nature of system variables. They are passed by value and not by reference, which would make this inefficient as temporary copies are continuously made. So, this procedure needs to optionally be aware of the global structure, although it will use a user supplied one.

Version
$Id: clear_accum.pro,v 1.1 2004/11/19 16:20:49 bgarwood Exp $

Keywords
accum_buf
in, optional
accum_struct structure
the structure to clear.


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