Salome HOME
0021823: [CEA 649] Compute failed without any errors
authoreap <eap@opencascade.com>
Fri, 31 Aug 2012 12:07:45 +0000 (12:07 +0000)
committereap <eap@opencascade.com>
Fri, 31 Aug 2012 12:07:45 +0000 (12:07 +0000)
   bool checkComputeError(SMESH_Algo*         theAlgo,
+                         const bool          theComputeOK,
                          const TopoDS_Shape& theShape=TopoDS_Shape());

src/SMESH/SMESH_subMesh.hxx

index ee4b96658b924c75c42cf6816548066d79db2bb2..028a249b288606932c45934ac2c0b219f858ea2d 100644 (file)
@@ -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.