COMP: tetOverlapVolume: scoping error

This commit is contained in:
mattijs
2012-04-05 16:46:26 +01:00
parent 0c89fb1daa
commit 70c9c27bdc

View File

@ -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);