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
fb8701f2
Commit
fb8701f2
authored
May 16, 2017
by
Fabian Wachsmann
Browse files
Corrected a function position
parent
62d16014
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_o.c
View file @
fb8701f2
...
...
@@ -1460,6 +1460,7 @@ void cdfDefZaxisChar(stream_t *streamptr, int zaxisID, char *axisname, int *dimI
cdfDefineAttributes
(
zaxisID
,
CDI_GLOBAL
,
fileID
,
ncvarID
);
streamptr
->
nczvarID
[
zaxisindex
]
=
ncvarID
;
cdf_enddef
(
fileID
);
/* Write Stringvalues */
int
status
=
0
;
...
...
@@ -1474,7 +1475,6 @@ void cdfDefZaxisChar(stream_t *streamptr, int zaxisID, char *axisname, int *dimI
}
}
cdf_enddef
(
fileID
);
streamptr
->
ncmode
=
2
;
}
...
...
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