Skip to content
Snippets Groups Projects
Commit 4ec73897 authored by mattijs's avatar mattijs
Browse files

BUG: removeFaces: handle internal faces still using point. Fixes #998.

parent b00498ba
Branches
Tags
No related merge requests found
......@@ -997,6 +997,11 @@ void Foam::removeFaces::setRefinement
<< " face1:" << f1
<< abort(FatalError);
}
else
{
// Both kept faces are internal. Mark edge for preserving
nFacesPerEdge[edgeI] = 3;
}
}
}
......
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