From d27e8faafb0f23a7751c3a4831535a2d3ed4b9b3 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 4 Oct 2013 10:06:13 +0000 Subject: [PATCH] 0022172: [CEA 790] create the groups corresponding to domains (note 0016221) Make GHS3DPlugin_Hypothesis::DefaultToMakeGroupsOfDomains() == false --- src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx b/src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx index 1c1c6b9..9dcfb90 100644 --- a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx +++ b/src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx @@ -839,7 +839,7 @@ bool GHS3DPlugin_Hypothesis::DefaultMeshHoles() bool GHS3DPlugin_Hypothesis::DefaultToMakeGroupsOfDomains() { - return true; // issue 0022172 + return false; // issue 0022172 } //======================================================================= -- 2.39.2