Skip to content
Snippets Groups Projects
Commit 4298a4c0 authored by mattijs's avatar mattijs
Browse files

STYLE: meshRefinementMerge: ordering

parent f1b8288e
Branches
Tags
No related merge requests found
......@@ -293,11 +293,13 @@ Foam::label Foam::meshRefinement::mergePatchFacesUndo
)
);
// Filter out any set that contains any preserveFace
label compactI = 0;
forAll(allFaceSets, i)
{
bool keep = true;
const labelList& set = allFaceSets[i];
bool keep = true;
forAll(set, j)
{
if (preserveFaces[set[j]] != -1)
......
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