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

Last change on this file since 114 was 114, checked in by smasson, 18 years ago

new compilation options (compile_opt idl2, strictarrsubs) in each routine

  • Property svn:executable set to *
File size: 152 bytes
Line 
1; procedure to call read_hope in the widget mode
2PRO xrh, _extra = ex
3;
4  compile_opt idl2, strictarrsubs
5;
6   a = read_hope(_extra = ex)
7   return
8end
Note: See TracBrowser for help on using the repository browser.