]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
0022172: [CEA 790] create the groups corresponding to domains (note 0016221)
authoreap <eap@opencascade.com>
Fri, 4 Oct 2013 10:06:13 +0000 (10:06 +0000)
committereap <eap@opencascade.com>
Fri, 4 Oct 2013 10:06:13 +0000 (10:06 +0000)
Make GHS3DPlugin_Hypothesis::DefaultToMakeGroupsOfDomains() == false

src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx

index 1c1c6b970a38295093315f8551091a50f353be8a..9dcfb9091e65d9ac461dfec0a7ef94401ef91cb5 100644 (file)
@@ -839,7 +839,7 @@ bool GHS3DPlugin_Hypothesis::DefaultMeshHoles()
 
 bool GHS3DPlugin_Hypothesis::DefaultToMakeGroupsOfDomains()
 {
-  return true; // issue 0022172
+  return false; // issue 0022172
 }
 
 //=======================================================================