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
e6a8aaf1
Commit
e6a8aaf1
authored
Nov 07, 2012
by
Uwe Schulzweida
Browse files
cgribexGetGrid: bug fix for xinc/yinc recomputation
parent
b0c3b6db
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cgribex.c
View file @
e6a8aaf1
...
...
@@ -193,7 +193,6 @@ void cgribexGetGrid(stream_t *streamptr, int *isec2, int *isec4, grid_t *grid, i
recompinc
=
FALSE
;
grid
->
xinc
=
ISEC2_LonIncr
*
0
.
001
;
}
printf
(
"x: %d %d %d %d
\n
"
,
ISEC2_FirstLon
,
ISEC2_LastLon
,
(
ISEC2_LastLon
-
ISEC2_FirstLon
),
ISEC2_FirstLon
+
ISEC2_LonIncr
*
(
grid
->
xsize
-
1
));
}
/* correct xinc if necessary */
...
...
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