From: eap Date: Mon, 12 Oct 2020 09:49:24 +0000 (+0300) Subject: #20185 Wrong option in automatic hypotheses X-Git-Tag: V9_6_0b1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9bf8432d51f514512adbbe3d99008c7a53cfa651;p=plugins%2Fblsurfplugin.git #20185 Wrong option in automatic hypotheses --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx index 7c6ea55..a15a1e8 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx @@ -3621,7 +3621,7 @@ bool BLSURFPlugin_Hypothesis::SetParametersByDefaults(const TDefaults& dflts, _minSize = dflts._elemLength / 100.; _maxSize = dflts._elemLength * 2.; _chordalError = dflts._elemLength / 2.; - _elementType = dflts._quadDominated ? Quadrangles : Triangles; + _elementType = dflts._quadDominated ? QuadrangleDominant : Triangles; _physicalMesh = PhysicalLocalSize; // to activate _enforcedInternalVerticesAllFaces _enforcedInternalVerticesAllFaces = true; }