Skip to content
Snippets Groups Projects
Commit b94dacd0 authored by Franjo's avatar Franjo
Browse files

Implemented locking in the function for untangling boundary layers

parent 110bd95c
No related branches found
No related tags found
No related merge requests found
...@@ -461,6 +461,7 @@ void meshOptimizer::untangleBoundaryLayer() ...@@ -461,6 +461,7 @@ void meshOptimizer::untangleBoundaryLayer()
else else
{ {
optimizeLowQualityFaces(); optimizeLowQualityFaces();
removeUserConstraints();
untangleMeshFV(2, 50, 1, true); untangleMeshFV(2, 50, 1, true);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment