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
19f6389a
Commit
19f6389a
authored
Apr 21, 2020
by
Uwe Schulzweida
Browse files
Removed debug print.
parent
f33b1a8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdf_write.c
View file @
19f6389a
...
@@ -137,7 +137,6 @@ void cdfDefVarMissval(stream_t *streamptr, int varID, int dtype, int lcheck)
...
@@ -137,7 +137,6 @@ void cdfDefVarMissval(stream_t *streamptr, int varID, int dtype, int lcheck)
if
(
lcheck
&&
streamptr
->
ncmode
==
2
)
cdf_redef
(
fileID
);
if
(
lcheck
&&
streamptr
->
ncmode
==
2
)
cdf_redef
(
fileID
);
nc_type
xtype
=
cdfDefDatatype
(
dtype
,
streamptr
);
nc_type
xtype
=
cdfDefDatatype
(
dtype
,
streamptr
);
printf
(
"xtype %d
\n
"
,
xtype
);
if
(
xtype
==
NC_BYTE
&&
missval
>
127
&&
missval
<
256
)
xtype
=
NC_INT
;
if
(
xtype
==
NC_BYTE
&&
missval
>
127
&&
missval
<
256
)
xtype
=
NC_INT
;
if
(
lcheck
==
0
||
if
(
lcheck
==
0
||
...
...
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