Salome HOME
0019941: EDF 766 SMESH : Max length hypothesis
[modules/smesh.git] / src / SMESH / SMESH_Algo.hxx
index 806b3d0f293432e191e8451d96a053ff83c91f78..4b681dc0a75a4d6e6e1ace83812c6b87a160a2be 100644 (file)
@@ -166,7 +166,7 @@ public:
    * \brief Just return false as the algorithm does not hold parameters values
    */
   virtual bool SetParametersByMesh(const SMESH_Mesh* theMesh, const TopoDS_Shape& theShape);
-  virtual bool SetParametersByElementSize(double elemLenght, const SMESH_Mesh* theMesh=0);
+  virtual bool SetParametersByDefaults(const TDefaults& dflts, const SMESH_Mesh* theMesh=0);
   /*!
    * \brief return compute error
    */