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
e44461eb
Commit
e44461eb
authored
Feb 20, 2020
by
Uwe Schulzweida
Browse files
zaxisDuplicate: init target attributes (bug fix) .
parent
48254452
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e44461eb
2020-02-20 Uwe Schulzweida
* zaxisDuplicate: init target attributes (bug fix) [report: Fabian Wachsmann]
2020-02-19 Uwe Schulzweida
* NetCDF: read lat bounds of a Gaussian reduced grid
...
...
src/zaxis.c
View file @
e44461eb
...
...
@@ -1180,6 +1180,7 @@ int zaxisDuplicate(int zaxisID)
}
}
zaxisptrnew
->
atts
.
nelems
=
0
;
cdiCopyAtts
(
zaxisID
,
CDI_GLOBAL
,
zaxisIDnew
,
CDI_GLOBAL
);
return
zaxisIDnew
;
...
...
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