componentlist.purge - Function

1.4.2 Permanently delete removed components.
Description

The remove function deletes components from the list but does not remove them from memory. They remain accessible and can be obtained with the recover function. The purge function frees up the memory occupied by the removed components. You cannot use the recover function to obtain the removed components after the purge function has been called.

Arguments





Returns
bool

Example

      include ’componentlist.g’  
      cl := componentlist(’crux.cl’);  
      cl.remove(1);  
      cl.purge();  
    

Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu

Copyright © 2008 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search

Updated daily during alpha development.