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

Last change on this file was 495, checked in by pinsard, 10 years ago

fix thanks to coding rules; typo; dupe empty lines; trailing blanks

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 543 bytes
Line 
1;+
2;
3; @file_comments
4; Allows to put in a structure attributes which can be associated with
5; a variable.
6;
7; @categories
8; Utilities
9;
10; @returns
11; A structure of the form:
12;         {n:varname,g:vargrid,d:vardate,e:varexp,u:varunit,m:valmask,l:niveau}
13;
14; @uses
15; <pro>common</pro>
16;
17; @history
18; Sebastien Masson (smasson\@lodyc.jussieu.fr)
19;                       15/6/1999
20;
21; @version
22; $Id$
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.