Skip to content
Snippets Groups Projects
Commit 688469d1 authored by mattijs's avatar mattijs
Browse files

BUG: bitSet: extraneous exit. Fixes #984.

parent 98898e78
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment