|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./guide File clear_accum.pro
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.
| Keywords | |
|
accum_buf |
the structure to clear. |