Changeset 13652
- Timestamp:
- 02/01/08 10:56:04 (5 months ago)
- Files:
-
- spike/grib/degrib18/g2clib-1.0.4/grib2.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spike/grib/degrib18/g2clib-1.0.4/grib2.h
r12090 r13652 157 157 typedef float g2float; 158 158 159 struct template{159 typedef struct { 160 160 g2int type; /* 3=Grid Defintion Template. */ 161 161 /* 4=Product Defintion Template. */ … … 171 171 g2int *ext; /* num of octets of each entry in the extension */ 172 172 /* part of the template. */ 173 } ;174 175 typedef struct template template; 173 } template; 174 175 //typedef struct template template; // otherwise VC6 gives "error C2447: missing function header (old-style formal list?)" 176 176 177 177 struct gribfield {
