source: trunk/SRC/ToBeReviewed/HOPE/xrh.pro @ 327

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

modification of headers : mainly blanks around = sign for keywords in declaration of function and pro

  • Property svn:keywords set to Id
File size: 350 bytes
RevLine 
[142]1;+
[231]2;
[163]3; @file_comments
[231]4; procedure to call <pro>read_hope</pro> in the widget mode
[142]5;
[163]6; @categories
7;
8; @keyword _EXTRA
[231]9; Used to pass keywords
[163]10;
11; @returns
12;
13; @uses
14;
15; @restrictions
16;
17; @examples
18;
19; @history
20;
21; @version
22; $Id$
23;
[142]24; @todo seb
25;
26;-
[327]27PRO xrh, _EXTRA=ex
[114]28;
29  compile_opt idl2, strictarrsubs
30;
[53]31   a = read_hope(_extra = ex)
32   return
33end
Note: See TracBrowser for help on using the repository browser.