Skip to content
Snippets Groups Projects
Commit 6ab8e5a7 authored by mattijs's avatar mattijs
Browse files

BUG: sampledPatch : triangulate=true did not map patchFaceLabels

parent dadac8ac
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,10 @@ void Foam::sampledPatch::remapFaces
if (&faceMap && faceMap.size())
{
MeshStorage::remapFaces(faceMap);
patchFaceLabels_ = labelList
(
UIndirectList<label>(patchFaceLabels_, faceMap)
);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment