]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
bool GHS3DPlugin_Hypothesis::DefaultMeshHoles()
authoreap <eap@opencascade.com>
Tue, 29 Apr 2008 11:46:22 +0000 (11:46 +0000)
committereap <eap@opencascade.com>
Tue, 29 Apr 2008 11:46:22 +0000 (11:46 +0000)
 {
-  return true;
+  return false; // PAL19680
 }

src/GHS3DPlugin_Hypothesis.cxx

index eb6f7e416ac5eb32f5b21b0c9384417186b41006..6eabb04cd62dd229be1bd62020bd3129eda09651 100644 (file)
@@ -176,9 +176,9 @@ bool GHS3DPlugin_Hypothesis::GetKeepFiles() const
 //function : DefaultMeshHoles
 //=======================================================================
 
-bool   GHS3DPlugin_Hypothesis::DefaultMeshHoles()
+bool GHS3DPlugin_Hypothesis::DefaultMeshHoles()
 {
-  return true;
+  return false; // PAL19680
 }
 
 //=======================================================================