Skip to content
Snippets Groups Projects
Commit 70c9c27b authored by mattijs's avatar mattijs
Browse files

COMP: tetOverlapVolume: scoping error

parent 0c89fb1d
Branches
Tags
No related merge requests found
......@@ -51,9 +51,9 @@ Foam::scalar Foam::tetOverlapVolume::tetTetOverlapVol
const tetPoints& tetB
) const
{
tetIntersectionList insideTets;
tetPointRef::tetIntersectionList insideTets;
label nInside = 0;
tetIntersectionList cutInsideTets;
tetPointRef::tetIntersectionList cutInsideTets;
label nCutInside = 0;
tetPointRef::storeOp inside(insideTets, nInside);
......
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