ENH: meshQualityDict: disable minEdgeLength by default (fixes #2599)

This commit is contained in:
Kutalmis Bercin 2022-09-29 14:14:45 +01:00
parent f276366a05
commit 8283599c31

View File

@ -74,7 +74,7 @@ minTriangleTwist -1;
//minVolCollapseRatio 0.1;
//- Minimum edge length. Set to <0 to disable
minEdgeLength 0.001;
minEdgeLength -1;
// ************************************************************************* //