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
cd55e4f8
Commit
cd55e4f8
authored
Jan 24, 2018
by
Uwe Schulzweida
Browse files
cgribexGetGrid: removed ISEC2_LastLon < 0 in comparision.
parent
98e563d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cgribex.c
View file @
cd55e4f8
...
...
@@ -187,7 +187,7 @@ void cgribexGetGrid(stream_t *streamptr, int *isec2, int *isec4, grid_t *grid, i
{
bool
recompinc
=
true
;
if
(
ISEC2_LastLon
<
ISEC2_FirstLon
&&
ISEC2_LastLon
<
0
)
ISEC2_LastLon
+=
360000
;
if
(
ISEC2_LastLon
<
ISEC2_FirstLon
)
ISEC2_LastLon
+=
360000
;
if
(
ijDirectionIncrementGiven
&&
ISEC2_LonIncr
>
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