X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_Adaptive1D.hxx;h=a6211808737ba44051c5eef788470c62e75cfe0e;hb=3ddacb9798d8f204eb3d71531cd7a4a7b295a207;hp=200465026d651a1a0d9d26135507773a4bd558bf;hpb=80fe1ddefc561a7a571ac08807f7d173f45d8080;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_Adaptive1D.hxx b/src/StdMeshers/StdMeshers_Adaptive1D.hxx index 200465026..a62118087 100644 --- a/src/StdMeshers/StdMeshers_Adaptive1D.hxx +++ b/src/StdMeshers/StdMeshers_Adaptive1D.hxx @@ -59,13 +59,6 @@ class STDMESHERS_EXPORT StdMeshers_Adaptive1D : public SMESH_Hypothesis void SetDeflection(double value) throw(SALOME_Exception); double GetDeflection() const { return myDeflection; } - /*! - * Sets parameter value, - * i.e. how much size of adjacent elements can differ - */ - void SetGrading(double value) throw(SALOME_Exception); - double GetGrading() const { return myGrading; } - virtual std::ostream & SaveTo(std::ostream & save); virtual std::istream & LoadFrom(std::istream & load); @@ -90,7 +83,7 @@ class STDMESHERS_EXPORT StdMeshers_Adaptive1D : public SMESH_Hypothesis protected: - double myMinSize, myMaxSize, myDeflection, myGrading; + double myMinSize, myMaxSize, myDeflection; SMESH_Algo* myAlgo; // StdMeshers_AdaptiveAlgo_1D implemented in cxx file };