source: trunk/PLOTS/DIVERS/saveatt.pro @ 2

Last change on this file since 2 was 2, checked in by opalod, 22 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 940 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,l:niveau}
30end
Note: See TracBrowser for help on using the repository browser.