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
93d6a5c1
Commit
93d6a5c1
authored
Apr 17, 2017
by
Uwe Schulzweida
Browse files
remove debug print.
parent
26ad266b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_i.c
View file @
93d6a5c1
...
...
@@ -1180,7 +1180,6 @@ void cdf_scan_var_attr(int nvars, ncvar_t *ncvars, ncdim_t *ncdims, int timedimi
else
if
(
isNumber
&&
strcmp
(
attname
,
"code"
)
==
0
)
{
cdfGetAttInt
(
ncid
,
ncvarid
,
attname
,
1
,
&
ncvars
[
ncvarid
].
code
);
printf
(
"code %d
\n
"
,
ncvars
[
ncvarid
].
code
);
cdf_set_var
(
ncvars
,
ncvarid
,
TRUE
);
}
else
if
(
isNumber
&&
strcmp
(
attname
,
"table"
)
==
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