Skip to content
GitLab
Menu
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
688469d1
Commit
688469d1
authored
Aug 29, 2018
by
mattijs
Browse files
BUG: bitSet: extraneous exit. Fixes
#984
.
parent
98898e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/Bits/bitSet/bitSet.C
View file @
688469d1
...
...
@@ -159,9 +159,6 @@ Foam::bitSet& Foam::bitSet::orEq(const bitSet& other, const bool strict)
<<
"Perform |= on dissimilar sized bitSets: "
<<
size
()
<<
" vs. "
<<
other
.
size
()
<<
nl
;
}
{
return
*
this
;
}
label
minpos
=
-
1
;
// Min trim point
...
...
Write
Preview
Supports
Markdown
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