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
8d359fea
Commit
8d359fea
authored
Sep 07, 2015
by
Uwe Schulzweida
Browse files
remove debug prints
parent
3b5aa965
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
8d359fea
...
...
@@ -3404,7 +3404,6 @@ int cdfDefVar(stream_t *streamptr, int varID)
int ncxvarID = streamptr->ncxvarID[gridindex];
int ncyvarID = streamptr->ncyvarID[gridindex];
int ncavarID = streamptr->ncavarID[gridindex];
printf
(
"curvi
\n
"
);
if ( ncyvarID != CDI_UNDEFID )
{
len = strlen(coordinates);
...
...
@@ -5684,7 +5683,6 @@ void cdfScanVarAttributes(int nvars, ncvar_t *ncvars, ncdim_t *ncdims,
if ( status == NC_NOERR )
{
cdfSetVar(ncvars, dimvarid, FALSE);
printf
(
"coord varname: %s
\n
"
,
varname
);
if ( cdiIgnoreAttCoordinates == FALSE )
{
ncvars[ncvarid].coordvarids[i] = dimvarid;
...
...
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