Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ba156655
Commit
ba156655
authored
Jun 14, 2018
by
Mark OLESEN
Browse files
BUG: incorrect iterator access in ListOps::create (issue
#876
)
parent
853ec2bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/Lists/ListOps/ListOpsTemplates.C
View file @
ba156655
...
...
@@ -1077,7 +1077,7 @@ Foam::List<T> Foam::ListOps::create
if
(
len
)
{
List_ACCESS
(
T
,
output
,
out
);
T
*
out
=
output
.
begin
(
);
while
(
first
!=
last
)
{
...
...
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