Salome HOME
0021244: EDF SMESH: SMESH scripts fail
authorvsr <vsr@opencascade.com>
Thu, 21 Apr 2011 13:18:17 +0000 (13:18 +0000)
committervsr <vsr@opencascade.com>
Thu, 21 Apr 2011 13:18:17 +0000 (13:18 +0000)
src/GEOMImpl/GEOMImpl_ShapeDriver.cxx

index 8845b064dfffbebc3abcd5baf2039250df0f87cf..f4e9fb3ec6a954ce4266edbbd9a03639bcc54fef 100644 (file)
@@ -889,7 +889,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(TFunction_Logbook& log) const
   // Check shape validity
   BRepCheck_Analyzer ana (aShape, false);
   if (!ana.IsValid()) {
-    Standard_ConstructionError::Raise("Algorithm have produced an invalid shape result");
+    //Standard_ConstructionError::Raise("Algorithm have produced an invalid shape result");
   }
 
   aFunction->SetValue(aShape);