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
240cfb4f
Commit
240cfb4f
authored
Sep 11, 2012
by
Uwe Schulzweida
Browse files
cdfInqContents: initialize ncvars
parent
169adc6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
240cfb4f
...
...
@@ -24,6 +24,8 @@
2012-08-27 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* Version 1.5.7 released
* model.c::modelInq*: check instID != UNDEFID (buf fix)
* institution.c::insitutInq*: check instID != UNDEFID (buf fix)
* Merge of branch cdo-pio into trunk cdi
* using CGRIBEX library version 1.5.4
* using EXSE library version 1.3.1
...
...
src/stream_cdf.c
View file @
240cfb4f
...
...
@@ -6310,7 +6310,7 @@ int cdfInqContents(int streamID)
int
nbdims
;
int
calendar
=
UNDEFID
;
ncdim_t
*
ncdims
;
ncvar_t
*
ncvars
;
ncvar_t
*
ncvars
=
NULL
;
int
vlistID
;
stream_t
*
streamptr
;
int
format
=
0
;
...
...
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