Skip to content
Snippets Groups Projects
Commit 846883d9 authored by Mark Olesen's avatar Mark Olesen
Browse files

PrimitivePatchExtraSearch: fixed bad typo

parent 958059fb
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ void Foam::PrimitivePatchExtra<Face, ListType, PointField, PointType>::markZone
const labelList& fEdges = faceEs[faceI];
forAllfEdges, i)
forAll(fEdges, i)
{
label edgeI = fEdges[i];
......@@ -102,8 +102,7 @@ void Foam::PrimitivePatchExtra<Face, ListType, PointField, PointType>::markZone
break;
}
// New dynamiclist: can leave dynamicList unshrunk
//changedFaces.transfer(newChangedFaces.shrink());
// New dynamicList: can leave dynamicList unshrunk
changedFaces.transfer(newChangedFaces);
}
}
......
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