source: trunk/SRC/ToBeReviewed/PLOTS/DIVERS/saveatt.pro @ 231

Last change on this file since 231 was 231, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 536 bytes
Line 
1;+
2;
3; @file_comments
4; Allows to put in a structure attributes which can be associated with a variable.
5;
6; @categories
7; Utilities
8;
9; @returns
10; A structure of the form:
11;         {n:varname,g:vargrid,d:vardate,e:varexp,u:varunit,m:valmask,l:niveau}
12;
13; @uses
14; common.pro
15;
16; @history
17; Sebastien Masson (smasson\@lodyc.jussieu.fr)
18;                       15/6/1999
19;
20; @version
21; $Id$
22;
23;-
24;
25FUNCTION saveatt
26;
27  compile_opt idl2, strictarrsubs
28;
29@common
30   return, {n:varname,g:vargrid,d:vardate,e:varexp,u:varunit,m:valmask}
31end
Note: See TracBrowser for help on using the repository browser.