Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
1b35a57b
Commit
1b35a57b
authored
Jul 22, 2012
by
Uwe Schulzweida
Browse files
stream_gribapi: fix ICC compiler warning
parent
9782736d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
1b35a57b
...
...
@@ -671,7 +671,7 @@ void grib2GetLevel(grib_handle *gh, int *leveltype, int *lbounds, int *level1, i
status
=
grib_get_long
(
gh
,
"typeOfSecondFixedSurface"
,
&
lpar
);
if
(
status
==
0
)
leveltype2
=
lpar
;
if
(
*
leveltype
==
leveltype2
&&
leveltype
!=
255
)
*
lbounds
=
1
;
if
(
*
leveltype
==
leveltype2
&&
*
leveltype
!=
255
)
*
lbounds
=
1
;
if
(
*
lbounds
==
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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