Changeset 13832
- Timestamp:
- 02/21/08 15:21:12 (4 months ago)
- Files:
-
- spike/grib/degrib18/degrib/grib2api.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spike/grib/degrib18/degrib/grib2api.c
r13831 r13832 1383 1383 int numByte) 1384 1384 { 1385 static charLshift[] = { 0, 8, 16, 24 }; /* Amounts to shift left by. */1385 static int Lshift[] = { 0, 8, 16, 24 }; /* Amounts to shift left by. */ 1386 1386 unsigned int intIndex; /* Where in ipack to read from. */ 1387 1387 unsigned int byteIndex; /* Where in intIndex to read from. */
