From: eap Date: Tue, 29 Apr 2008 11:46:22 +0000 (+0000) Subject: bool GHS3DPlugin_Hypothesis::DefaultMeshHoles() X-Git-Tag: V4_1_2rc3~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fd5ef5ddb1eb7840cefdda41f89a03b6272d22ca;p=plugins%2Fghs3dplugin.git bool GHS3DPlugin_Hypothesis::DefaultMeshHoles() { - return true; + return false; // PAL19680 } --- diff --git a/src/GHS3DPlugin_Hypothesis.cxx b/src/GHS3DPlugin_Hypothesis.cxx index eb6f7e4..6eabb04 100644 --- a/src/GHS3DPlugin_Hypothesis.cxx +++ b/src/GHS3DPlugin_Hypothesis.cxx @@ -176,9 +176,9 @@ bool GHS3DPlugin_Hypothesis::GetKeepFiles() const //function : DefaultMeshHoles //======================================================================= -bool GHS3DPlugin_Hypothesis::DefaultMeshHoles() +bool GHS3DPlugin_Hypothesis::DefaultMeshHoles() { - return true; + return false; // PAL19680 } //=======================================================================