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

Last change on this file since 296 was 231, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 536 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
14; 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;-
[231]24;
[2]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.