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
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment