X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_BasicHypothesis.idl;h=72d1b1a2d2817cd9e7cd4bc128332ffe3a182ff2;hp=a8f9b31b1313fb0b580f6f3ea7f4041b0da732be;hb=83811dbaaef9bb88b6ed0c5fe83fe1ab68d8d436;hpb=80fe1ddefc561a7a571ac08807f7d173f45d8080 diff --git a/idl/SMESH_BasicHypothesis.idl b/idl/SMESH_BasicHypothesis.idl index a8f9b31b1..72d1b1a2d 100644 --- a/idl/SMESH_BasicHypothesis.idl +++ b/idl/SMESH_BasicHypothesis.idl @@ -433,13 +433,6 @@ module StdMeshers */ void SetDeflection(in double deflection) raises (SALOME::SALOME_Exception); double GetDeflection(); - - /*! - * Sets parameter value, - * i.e. how much size of adjacent elements can differ - */ - void SetGrading(in double grading) raises (SALOME::SALOME_Exception); - double GetGrading(); }; /*!