mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: tetOverlapVolume: scoping error
This commit is contained in:
@ -51,9 +51,9 @@ Foam::scalar Foam::tetOverlapVolume::tetTetOverlapVol
|
|||||||
const tetPoints& tetB
|
const tetPoints& tetB
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
tetIntersectionList insideTets;
|
tetPointRef::tetIntersectionList insideTets;
|
||||||
label nInside = 0;
|
label nInside = 0;
|
||||||
tetIntersectionList cutInsideTets;
|
tetPointRef::tetIntersectionList cutInsideTets;
|
||||||
label nCutInside = 0;
|
label nCutInside = 0;
|
||||||
|
|
||||||
tetPointRef::storeOp inside(insideTets, nInside);
|
tetPointRef::storeOp inside(insideTets, nInside);
|
||||||
|
|||||||
Reference in New Issue
Block a user