Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
c237c6ed
Commit
c237c6ed
authored
Aug 01, 2016
by
Uwe Schulzweida
Browse files
cgribexGetGridType: set gridtype to GRID_LONLAT (bug fix).
parent
4c0331cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cgribex.c
View file @
c237c6ed
...
...
@@ -36,7 +36,7 @@ int cgribexGetGridType(int *isec2)
switch
(
ISEC2_GridType
)
{
case
GRIB1_GTYPE_LATLON
:
{
if
(
ISEC2_Reduced
)
break
;
}
case
GRIB1_GTYPE_LATLON
:
{
gridtype
=
GRID_LONLAT
;
break
;
}
#ifdef TEST_PROJECTION
case
GRIB1_GTYPE_LATLON_ROT
:
{
gridtype
=
GRID_PROJECTION
;
break
;
}
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment