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

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

improvements/corrections of some *.pro headers

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