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
830011c9
Commit
830011c9
authored
Jan 20, 2017
by
Thomas Jahns
🤸
Browse files
Fix warning for conversion of function result.
parent
624a325e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_srv.c
View file @
830011c9
...
...
@@ -699,7 +699,7 @@ void srvWriteVarSliceDP(stream_t *streamptr, int varID, int levID, const double
int
header
[
8
];
header
[
0
]
=
pnum
;
header
[
1
]
=
(
int
)
zaxisInqLevel
(
vlistInqVarZaxis
(
vlistID
,
varID
),
levID
);
header
[
1
]
=
(
int
)
(
zaxisInqLevel
(
vlistInqVarZaxis
(
vlistID
,
varID
),
levID
)
)
;
header
[
2
]
=
streamptr
->
tsteps
[
tsID
].
taxis
.
vdate
;
header
[
3
]
=
streamptr
->
tsteps
[
tsID
].
taxis
.
vtime
;
...
...
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