source: trunk/ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.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: 319 bytes
Line 
1pro ncdf_quickwrite_helper3,s
2;;
3;; Frees the variables in heap memory
4;;
5;;------------------------------------------------------------
6
7on_error,2
8compile_opt hidden
9
10;; s is our ncdf structure
11
12ptr_free,s.globatts
13ptr_free,s.varatts
14ptr_free,s.commands
15ptr_free,s.vardims
16ptr_free,s.varsizes
17ptr_free,s.varatts
18
19end
Note: See TracBrowser for help on using the repository browser.