source: trunk/ReadWrite/idl-NetCDF/ncdf_struct_free.pro @ 67

Last change on this file since 67 was 67, checked in by pinsard, 18 years ago

miscellaneous modifications according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/

  • Property svn:executable set to *
File size: 146 bytes
Line 
1PRO ncdf_struct_free,s
2
3;
4; free heap memory associated with struct returned by ncdf_struct
5;
6
7for i=0,s.nvars-1 do ptr_free,s.vars.(i).data
8
9end
Note: See TracBrowser for help on using the repository browser.