source: trunk/SRC/ToBeReviewed/LECTURE/GRIB/read_grib_end.pro

Last change on this file was 495, checked in by pinsard, 10 years ago

fix thanks to coding rules; typo; dupe empty lines; trailing blanks

  • Property svn:keywords set to Id
File size: 340 bytes
Line 
1;+
2; @file_comments
3;
4; @categories
5;
6; @param NUM
7;
8; @param OFFSET
9;
10; @returns
11;
12; @restrictions
13;
14; @examples
15;
16; @history
17;
18; @version
19; $Id$
20;
21;-
22PRO read_grib_end,  num, offset
23;
24  compile_opt idl2, strictarrsubs
25;
26
27  a = assoc(num, bytarr(4, /nozero), offset)
28  endcode = string(a[0])
29  IF endcode NE '7777' THEN stop
30
31  RETURN
32END
Note: See TracBrowser for help on using the repository browser.