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
RevLine 
[2]1;+
2;
[142]3; @file_comments
4; Allows to put in a structure attributes which can be associated with a variable.
[2]5;
[142]6; @categories
[157]7; Utilities
[2]8;
[231]9; @returns
[142]10; A structure of the form:
[2]11;         {n:varname,g:vargrid,d:vardate,e:varexp,u:varunit,m:valmask,l:niveau}
12;
[142]13; @uses
[370]14; <pro>common</pro>
[2]15;
[142]16; @history
[157]17; Sebastien Masson (smasson\@lodyc.jussieu.fr)
[2]18;                       15/6/1999
[142]19;
20; @version
21; $Id$
22;
[2]23;-
24FUNCTION saveatt
[114]25;
26  compile_opt idl2, strictarrsubs
27;
[2]28@common
[37]29   return, {n:varname,g:vargrid,d:vardate,e:varexp,u:varunit,m:valmask}
[2]30end
Note: See TracBrowser for help on using the repository browser.