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
cdo
Commits
9823c656
Commit
9823c656
authored
Jun 28, 2017
by
Oliver Heidmann
Browse files
fixed tyop in pstream.cc vlistID to vlistIDcp
parent
da421ae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pstream.cc
View file @
9823c656
...
@@ -1090,7 +1090,7 @@ void pstreamDefVlist(int pstreamID, int vlistID)
...
@@ -1090,7 +1090,7 @@ void pstreamDefVlist(int pstreamID, int vlistID)
{
{
int
vlistIDcp
=
vlistDuplicate
(
vlistID
);
int
vlistIDcp
=
vlistDuplicate
(
vlistID
);
/* pipeDefVlist(pstreamptr, vlistID);*/
/* pipeDefVlist(pstreamptr, vlistID);*/
pipeDefVlist
(
pstreamptr
,
vlistID
);
pipeDefVlist
(
pstreamptr
,
vlistID
cp
);
}
}
else
else
#endif
#endif
...
...
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