source: trunk/SRC/ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.pro

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

header improvements + xxx doc

  • Property svn:keywords set to Id
File size: 496 bytes
Line 
1;+
2; @file_comments
3;
4;
5; @categories
6;
7;
8; @param S
9; The string to be searched
10;
11;
12; @returns
13;
14;
15; @restrictions
16;
17;
18; @examples
19;
20;
21; @history
22;
23;
24; @version
25; $Id$
26;
27;-
28pro ncdf_quickwrite_helper3,s
29;;
30;; Frees the variables in heap memory
31;;
32;;------------------------------------------------------------
33
34on_error,2
35compile_opt hidden
36
37;; s is our ncdf structure
38
39ptr_free,s.globatts
40ptr_free,s.varatts
41ptr_free,s.commands
42ptr_free,s.vardims
43ptr_free,s.varsizes
44ptr_free,s.varatts
45
46end
Note: See TracBrowser for help on using the repository browser.