From: vsr Date: Thu, 21 Apr 2011 13:18:17 +0000 (+0000) Subject: 0021244: EDF SMESH: SMESH scripts fail X-Git-Tag: Before_19998_21191~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eb734a1dc1d99dab0414b17a1a48568045f56ace;p=modules%2Fgeom.git 0021244: EDF SMESH: SMESH scripts fail --- diff --git a/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx b/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx index 8845b064d..f4e9fb3ec 100644 --- a/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx @@ -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);