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

Last change on this file since 114 was 114, checked in by smasson, 18 years ago

new compilation options (compile_opt idl2, strictarrsubs) in each routine

  • Property svn:executable set to *
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.