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
6588ca1b
Commit
6588ca1b
authored
Jul 21, 2013
by
Uwe Schulzweida
Browse files
stream_cgribex.c: cleanup
parent
4b6af498
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cgribex.c
View file @
6588ca1b
...
...
@@ -173,8 +173,7 @@ void cgribexGetGrid(stream_t *streamptr, int *isec2, int *isec4, grid_t *grid, i
case
GRID_GAUSSIAN
:
{
if
(
ISEC4_NumValues
!=
ISEC2_NumLon
*
ISEC2_NumLat
)
Error
(
"numberOfPoints (%d) and gridSize (%d) differ!"
,
ISEC4_NumValues
,
ISEC2_NumLon
*
ISEC2_NumLat
);
Error
(
"numberOfPoints (%d) and gridSize (%d) differ!"
,
ISEC4_NumValues
,
ISEC2_NumLon
*
ISEC2_NumLat
);
grid
->
size
=
ISEC4_NumValues
;
grid
->
xsize
=
ISEC2_NumLon
;
grid
->
ysize
=
ISEC2_NumLat
;
...
...
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