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
RevLine 
[157]1;+
[495]2; @file_comments
3;
[157]4; @categories
5;
[495]6; @param NUM
[157]7;
8; @param OFFSET
9;
10; @returns
[495]11;
[157]12; @restrictions
[495]13;
[157]14; @examples
15;
16; @history
17;
18; @version
19; $Id$
[495]20;
[157]21;-
[67]22PRO read_grib_end,  num, offset
[114]23;
24  compile_opt idl2, strictarrsubs
25;
[67]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.