From fd5ef5ddb1eb7840cefdda41f89a03b6272d22ca Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 29 Apr 2008 11:46:22 +0000 Subject: [PATCH] bool GHS3DPlugin_Hypothesis::DefaultMeshHoles() { - return true; + return false; // PAL19680 } --- src/GHS3DPlugin_Hypothesis.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } //======================================================================= -- 2.39.2