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

Last change on this file since 114 was 114, checked in by smasson, 18 years ago

new compilation options (compile_opt idl2, strictarrsubs) in each routine

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 969 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5; NAME:saveatt
6;
7; PURPOSE:permet de mettre dans une structure les attributs qui peuvent
8; etre associes a une variable.
9;
10; CATEGORY:allegement d''ecriture
11;
12; CALLING SEQUENCE:res=saveatt()
13;
14; OUTPUTS:
15;    une stucture de la forme:
16;         {n:varname,g:vargrid,d:vardate,e:varexp,u:varunit,m:valmask,l:niveau}
17;
18; COMMON BLOCKS:
19;       common.pro
20;
21; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr)
22;                       15/6/1999
23;-
24;------------------------------------------------------------
25;------------------------------------------------------------
26;------------------------------------------------------------
27FUNCTION saveatt
28;
29  compile_opt idl2, strictarrsubs
30;
31@common
32   return, {n:varname,g:vargrid,d:vardate,e:varexp,u:varunit,m:valmask}
33end
Note: See TracBrowser for help on using the repository browser.