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

Last change on this file since 163 was 163, checked in by navarro, 18 years ago

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

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