rename snappy parameter

This commit is contained in:
mattijs
2009-03-05 17:01:31 +00:00
parent 7e69b33586
commit 11d9c0f279
3 changed files with 7 additions and 6 deletions

View File

@ -323,9 +323,10 @@ meshQualityControls
minTriangleTwist -1;
//- if >0 : preserve single cells with all points on the surface if the
// resulting volume after snapping (approximation) is larger than
// minVolFraction times old volume. If <0 : delete always.
minVolFraction 0.5;
// resulting volume after snapping (by approximation) is larger than
// minVolCollapseRatio times old volume (i.e. not collapsed to flat cell).
// If <0 : delete always.
//minVolCollapseRatio 0.5;
// Advanced