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
571c9f6f
Commit
571c9f6f
authored
Jul 25, 2017
by
Uwe Schulzweida
Browse files
cdfDefVarMissval: fix type _FillValue_FillValue.
parent
2b8896fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdf_write.c
View file @
571c9f6f
...
...
@@ -97,7 +97,7 @@ void cdfDefVarMissval(stream_t *streamptr, int varID, int dtype, int lcheck)
if
(
streamptr
->
ncmode
!=
2
||
streamptr
->
filetype
==
CDI_FILETYPE_NC
||
streamptr
->
filetype
==
CDI_FILETYPE_NC2
)
cdf_put_att_double
(
fileID
,
ncvarid
,
"_FillValue
_FillValue
"
,
(
nc_type
)
xtype
,
1
,
&
missval
);
cdf_put_att_double
(
fileID
,
ncvarid
,
"_FillValue"
,
(
nc_type
)
xtype
,
1
,
&
missval
);
cdf_put_att_double
(
fileID
,
ncvarid
,
"missing_value"
,
(
nc_type
)
xtype
,
1
,
&
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