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
39bab9d2
Commit
39bab9d2
authored
Sep 15, 2016
by
Uwe Schulzweida
Browse files
Remove debug output.
parent
6fc2ac6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_i.c
View file @
39bab9d2
...
...
@@ -2861,11 +2861,9 @@ void cdf_define_all_zaxes(stream_t *streamptr, int vlistID, ncdim_t *ncdims, int
{
int
ncid
=
ncvars
[
zvarid
].
ncid
;
int
nvatts
=
ncvars
[
zvarid
].
natts
;
printf
(
"nvarid %d name %s nvatts %d
\n
"
,
zvarid
,
ncvars
[
zvarid
].
name
,
nvatts
);
for
(
int
iatt
=
0
;
iatt
<
nvatts
;
++
iatt
)
{
int
attnum
=
ncvars
[
zvarid
].
atts
[
iatt
];
printf
(
"attnum %d
\n
"
,
attnum
);
cdf_set_cdi_attr
(
ncid
,
zvarid
,
attnum
,
zaxisID
,
CDI_GLOBAL
);
}
}
...
...
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