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
03e4ed68
Commit
03e4ed68
authored
Oct 28, 2015
by
Thomas Jahns
🤸
Browse files
Instead of function call use already retrieved result.
parent
5f88a0e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream.c
View file @
03e4ed68
...
...
@@ -1151,7 +1151,7 @@ int cdiStreamDefTimestep_(stream_t *streamptr, int tsID)
streamptr
->
filetype
==
FILETYPE_NC2
||
streamptr
->
filetype
==
FILETYPE_NC4
||
streamptr
->
filetype
==
FILETYPE_NC4C
)
&&
vlistHasTime
(
vlistID
)
)
&&
time_is_varying
)
{
void
(
*
myCdfDefTimestep
)(
stream_t
*
streamptr
,
int
tsID
)
=
(
void
(
*
)(
stream_t
*
,
int
))
...
...
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