Skip to content
GitLab
Menu
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
624a325e
Commit
624a325e
authored
Jan 23, 2017
by
Thomas Jahns
🤸
Browse files
Fix missing initialization.
parent
70bb2705
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_o.c
View file @
624a325e
...
...
@@ -1341,7 +1341,7 @@ void cdf_def_vct_echam(stream_t *streamptr, int zaxisID)
if
(
streamptr
->
ncmode
==
2
)
cdf_redef
(
fileID
);
int
ncdimid
,
ncdimid2
=
-
1
;
int
ncdimid
=
-
1
,
ncdimid2
=
-
1
;
int
hyaiid
,
hybiid
,
hyamid
=
-
1
,
hybmid
=
-
1
;
cdf_def_dim
(
fileID
,
"nhyi"
,
(
size_t
)
ilev
,
&
ncdimid2
);
...
...
Write
Preview
Supports
Markdown
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