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
a7dcc3e5
Commit
a7dcc3e5
authored
Aug 14, 2019
by
Uwe Schulzweida
Browse files
vlistCopyFlag: added attribute: positive (bug fix).
parent
727734ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a7dcc3e5
...
...
@@ -3,6 +3,10 @@
* using CGRIBEX library version 1.9.4
* Version 1.9.8 released
2019-08-14 Uwe Schulzweida
* vlistCopyFlag: added attribute: positive (bug fix)
2019-08-12 Uwe Schulzweida
* NetCDF4: set chunk size max to 1073741823 (bug fix)
...
...
src/vlist.c
View file @
a7dcc3e5
...
...
@@ -694,6 +694,7 @@ void vlistCopyFlag(int vlistID2, int vlistID1)
zaxisInqUnits
(
zaxisID
,
ctemp
);
zaxisDefUnits
(
zaxisID2
,
ctemp
);
zaxisDefDatatype
(
zaxisID2
,
zaxisInqDatatype
(
zaxisID
));
zaxisDefPositive
(
zaxisID2
,
zaxisInqPositive
(
zaxisID
));
if
(
zaxisType
==
ZAXIS_CHAR
)
{
...
...
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