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
3d231a05
Commit
3d231a05
authored
Nov 26, 2014
by
Thomas Jahns
🤸
Browse files
Merge declaration and initialization in find_leadtime.
parent
5145df66
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
3d231a05
...
...
@@ -7215,9 +7215,8 @@ static
int
find_leadtime
(
int
nvars
,
ncvar_t
*
ncvars
)
{
int
leadtime_id
=
UNDEFID
;
int
ncvarid
;
for
(
ncvarid
=
0
;
ncvarid
<
nvars
;
ncvarid
++
)
for
(
int
ncvarid
=
0
;
ncvarid
<
nvars
;
ncvarid
++
)
{
if
(
ncvars
[
ncvarid
].
stdname
[
0
]
)
{
...
...
Write
Preview
Markdown
is supported
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