X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESH%2FSMESH_Algo.hxx;fp=src%2FSMESH%2FSMESH_Algo.hxx;h=4b681dc0a75a4d6e6e1ace83812c6b87a160a2be;hb=88c60fd99dac45ff08bc58f9ad7066437013368e;hp=806b3d0f293432e191e8451d96a053ff83c91f78;hpb=f67593a4d500a4e3f50d8c1301f5289e2e530d31;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Algo.hxx b/src/SMESH/SMESH_Algo.hxx index 806b3d0f2..4b681dc0a 100644 --- a/src/SMESH/SMESH_Algo.hxx +++ b/src/SMESH/SMESH_Algo.hxx @@ -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 */