Salome HOME
Remove last wrong commits.
[modules/smesh.git] / idl / SMESH_BasicHypothesis.idl
index a8f9b31b1313fb0b580f6f3ea7f4041b0da732be..72d1b1a2d2817cd9e7cd4bc128332ffe3a182ff2 100644 (file)
@@ -433,13 +433,6 @@ module StdMeshers
      */
     void SetDeflection(in double deflection) raises (SALOME::SALOME_Exception);
     double GetDeflection();
-    
-    /*!
-     * Sets <grading> parameter value, 
-     * i.e. how much size of adjacent elements can differ
-     */
-    void SetGrading(in double grading) raises (SALOME::SALOME_Exception);
-    double GetGrading();
   };
 
   /*!