From: eap Date: Fri, 31 Aug 2012 12:07:45 +0000 (+0000) Subject: 0021823: [CEA 649] Compute failed without any errors X-Git-Tag: V6_6_0a1~157 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3cff0381cce57e73b053a2f0d455abc15fb89856;p=modules%2Fsmesh.git 0021823: [CEA 649] Compute failed without any errors bool checkComputeError(SMESH_Algo* theAlgo, + const bool theComputeOK, const TopoDS_Shape& theShape=TopoDS_Shape()); --- diff --git a/src/SMESH/SMESH_subMesh.hxx b/src/SMESH/SMESH_subMesh.hxx index ee4b96658..028a249b2 100644 --- a/src/SMESH/SMESH_subMesh.hxx +++ b/src/SMESH/SMESH_subMesh.hxx @@ -278,7 +278,9 @@ protected: * \brief Update compute_state by _computeError * \retval bool - false if there are errors */ - bool checkComputeError(SMESH_Algo* theAlgo, const TopoDS_Shape& theShape=TopoDS_Shape()); + bool checkComputeError(SMESH_Algo* theAlgo, + const bool theComputeOK, + const TopoDS_Shape& theShape=TopoDS_Shape()); /*! * \brief Return a hypothesis attached to theShape.