From 1e7b4d8c9293e1ad3adb47faed1564389b176559 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 5 Nov 2019 21:08:23 +0300 Subject: [PATCH] #17845 [EDF] Modifications of Automatic meshing --- 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 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 { -- 2.39.2