Add flag for rotated octahedral

This commit is contained in:
Shahram Najm 2015-05-11 10:12:19 +01:00
parent 79f4f72b5f
commit 040cf5b467
1 changed files with 1 additions and 0 deletions

View File

@ -1335,6 +1335,7 @@ int grib_points_get_values(grib_handle* h, grib_points* points, double* val);
#define GRIB_UTIL_GRID_SPEC_POLAR_STEREOGRAPHIC 8
#define GRIB_UTIL_GRID_SPEC_OCTAHEDRAL_GG 9
#define GRIB_UTIL_GRID_SPEC_ROTATED_OCTAHEDRAL_GG 10
typedef struct grib_util_grid_spec {