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

Last change on this file since 370 was 370, checked in by pinsard, 16 years ago

improvemnts of headers (typo, links)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 541 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; <pro>common</pro>
15;
16; @history
17; Sebastien Masson (smasson\@lodyc.jussieu.fr)
18;                       15/6/1999
19;
20; @version
21; $Id$
22;
23;-
24FUNCTION saveatt
25;
26  compile_opt idl2, strictarrsubs
27;
28@common
29   return, {n:varname,g:vargrid,d:vardate,e:varexp,u:varunit,m:valmask}
30end
Note: See TracBrowser for help on using the repository browser.