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

Last change on this file since 134 was 134, checked in by navarro, 18 years ago

change *.pro file properties (del eof-style, del executable, set keywords Id

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