source: trunk/ToBeReviewed/PLOTS/DIVERS/saveatt.pro @ 37

Last change on this file since 37 was 37, checked in by pinsard, 18 years ago

upgrade of PLOTS/DIVERS according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/ : files

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 931 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@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.