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
44e38608
Commit
44e38608
authored
Feb 03, 2020
by
Mark OLESEN
Browse files
BUG: regression in FixedList find() method (from
8629755f
)
parent
0bc59af9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/Lists/FixedList/FixedList.C
View file @
44e38608
...
...
@@ -44,6 +44,8 @@ Foam::label Foam::FixedList<T, N>::find(const T& val, label pos) const
{
return
pos
;
}
++
pos
;
}
}
...
...
Mark OLESEN
@mark
mentioned in issue
#1593 (closed)
·
Feb 14, 2020
mentioned in issue
#1593 (closed)
mentioned in issue #1593
Toggle commit list
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