mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Incorrect index on compaction
This commit is contained in:
@ -670,7 +670,6 @@ void Foam::refinementSurfaces::findHigherIntersection
|
|||||||
haveLevelField = true;
|
haveLevelField = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (haveLevelField)
|
if (haveLevelField)
|
||||||
{
|
{
|
||||||
forAll(intersectionInfo, i)
|
forAll(intersectionInfo, i)
|
||||||
@ -741,8 +740,8 @@ void Foam::refinementSurfaces::findHigherIntersection
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
p0[missI] = p0[pointI];
|
p0[missI] = start[pointI];
|
||||||
p1[missI] = p1[pointI];
|
p1[missI] = end[pointI];
|
||||||
intersectionToPoint[missI] = pointI;
|
intersectionToPoint[missI] = pointI;
|
||||||
missI++;
|
missI++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user