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

Last change on this file since 378 was 378, checked in by pinsard, 16 years ago

improvements of headers (typo, links, paragraphes, etc)

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