source: trunk/SRC/ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.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: 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.