From: eap Date: Fri, 4 Oct 2013 10:06:13 +0000 (+0000) Subject: 0022172: [CEA 790] create the groups corresponding to domains (note 0016221) X-Git-Tag: V7_3_0a1~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d27e8faafb0f23a7751c3a4831535a2d3ed4b9b3;p=plugins%2Fhybridplugin.git 0022172: [CEA 790] create the groups corresponding to domains (note 0016221) Make GHS3DPlugin_Hypothesis::DefaultToMakeGroupsOfDomains() == false --- 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 } //=======================================================================