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
5447ebb7
Commit
5447ebb7
authored
Jan 19, 2010
by
Uwe Schulzweida
Browse files
remove debug print
parent
059a8961
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_grb.c
View file @
5447ebb7
...
...
@@ -123,7 +123,6 @@ int grbReadRecord(int streamID, double *data, int *nmiss)
fileRead
(
fileID
,
gribbuffer
,
(
size_t
)
recsize
);
printf
(
"missval = %g
\n
"
,
vlistInqVarMissval
(
vlistID
,
varID
));
missval
=
vlistInqVarMissval
(
vlistID
,
varID
);
grbDecode
(
filetype
,
gribbuffer
,
recsize
,
data
,
gridsize
,
streamptr
->
unreduced
,
nmiss
,
&
zip
,
missval
);
...
...
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