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

Last change on this file since 325 was 325, checked in by pinsard, 16 years ago

modification of some headers (+some corrections) to prepare usage of the new idldoc

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