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
70bb2705
Commit
70bb2705
authored
Jan 20, 2017
by
Thomas Jahns
🤸
Browse files
Fix shadowing.
parent
d0552330
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_i.c
View file @
70bb2705
...
...
@@ -3733,8 +3733,8 @@ int cdfInqContents(stream_t *streamptr)
ncvar_t
*
ncvar
=
&
ncvars
[
ncvarid
];
if
(
ncvar
->
isvar
==
TRUE
&&
ncvar
->
ncoordvars
)
{
int
n
dim
s
=
ncvar
->
ncoordvars
;
for
(
int
i
=
0
;
i
<
n
dim
s
;
i
++
)
int
n
coordvar
s
=
ncvar
->
ncoordvars
;
for
(
int
i
=
0
;
i
<
n
coordvar
s
;
i
++
)
{
if
(
ncvars
[
ncvar
->
coordvarids
[
i
]].
islon
||
ncvars
[
ncvar
->
coordvarids
[
i
]].
isx
)
ncvar
->
xvarid
=
ncvar
->
coordvarids
[
i
];
...
...
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