From: eap Date: Tue, 5 Nov 2019 18:08:23 +0000 (+0300) Subject: #17845 [EDF] Modifications of Automatic meshing X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=af2f4bdcf252619180787e62024f78095d91c731;p=plugins%2Fblsurfplugin.git #17845 [EDF] Modifications of Automatic meshing --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx index 3ebd4bb..ef6a1bc 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx @@ -3582,7 +3582,7 @@ bool BLSURFPlugin_Hypothesis::SetParametersByDefaults(const TDefaults& dflts, _minSize = dflts._elemLength / 100.; _maxSize = dflts._elemLength * 2.; _chordalError = dflts._elemLength / 2.; - _elementType = dflts._quadDominated ? QuadrangleDominant : Triangles; + _elementType = dflts._quadDominated ? Quadrangles : Triangles; } else {