From 07682aac199a3b09b9480b8a528f4f89d4246eab Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 28 Jun 2011 12:08:07 +0000 Subject: [PATCH] Correct a message. --- src/GEOMImpl/GEOMImpl_BooleanDriver.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx b/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx index ddba3949a..1c025ce33 100644 --- a/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx @@ -18,7 +18,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -// #include #include @@ -115,10 +114,10 @@ Standard_Integer GEOMImpl_BooleanDriver::Execute (TFunction_Logbook& log) const // check arguments for Mantis issue 0021019 BRepCheck_Analyzer ana (aShape1, Standard_True); if (!ana.IsValid()) - StdFail_NotDone::Raise("Common operation will not be performed, because argument shape is not valid"); + StdFail_NotDone::Raise("Boolean operation will not be performed, because argument shape is not valid"); ana.Init(aShape2); if (!ana.IsValid()) - StdFail_NotDone::Raise("Common operation will not be performed, because argument shape is not valid"); + StdFail_NotDone::Raise("Boolean operation will not be performed, because argument shape is not valid"); // perform COMMON operation if (aType == BOOLEAN_COMMON) { -- 2.39.2