source: trunk/SRC/ToBeReviewed/LECTURE/GRIB/read_grib_end.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: 188 bytes
Line 
1PRO read_grib_end,  num, offset
2;
3  compile_opt idl2, strictarrsubs
4;
5
6  a = assoc(num, bytarr(4, /nozero), offset)
7  endcode = string(a[0])
8  IF endcode NE '7777' THEN stop
9
10  RETURN
11END
Note: See TracBrowser for help on using the repository browser.