Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
92120b66
Commit
92120b66
authored
Jan 08, 2019
by
Uwe Schulzweida
Browse files
Print streamID.
parent
8e3e0305
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_record.c
View file @
92120b66
...
...
@@ -131,7 +131,7 @@ void streamInqRecord(int streamID, int *varID, int *levelID)
*
levelID
=
streamptr
->
vars
[
*
varID
].
recordTable
[
isub
].
lindex
[
lindex
];
if
(
CDI_Debug
)
Message
(
"tsID = %d, recID = %d, varID = %d, levelID = %d"
,
tsID
,
recID
,
*
varID
,
*
levelID
);
Message
(
"
streamID = %d
tsID = %d, recID = %d, varID = %d, levelID = %d"
,
streamID
,
tsID
,
recID
,
*
varID
,
*
levelID
);
streamptr
->
curTsID
=
tsID
;
streamptr
->
tsteps
[
tsID
].
curRecID
=
rindex
;
...
...
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