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
b9820cf3
Commit
b9820cf3
authored
Nov 08, 2014
by
Uwe Schulzweida
Browse files
cgribexScanTimestep1: set flag to 0 in call to cgribexVarCompare()
parent
dcc7a628
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cgribex.c
View file @
b9820cf3
...
...
@@ -680,7 +680,7 @@ int cgribexScanTimestep1(stream_t * streamptr)
for
(
recID
=
0
;
recID
<
nrecs
;
recID
++
)
{
if
(
cgribexVarCompare
(
compVar
,
streamptr
->
tsteps
[
0
].
records
[
recID
],
1
)
==
0
)
break
;
if
(
cgribexVarCompare
(
compVar
,
streamptr
->
tsteps
[
0
].
records
[
recID
],
0
)
==
0
)
break
;
}
if
(
cdiInventoryMode
==
1
)
...
...
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