From 9bf8432d51f514512adbbe3d99008c7a53cfa651 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 12 Oct 2020 12:49:24 +0300 Subject: [PATCH] #20185 Wrong option in automatic hypotheses --- src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2