Salome HOME
Revert wrongly integrated merge
[modules/smesh.git] / idl / SMESH_Gen.idl
index 52295a43b239f0c8046f541d732361fd3625fd08..a7e4c50940d535482525235f37ca4fb35c27e86c 100644 (file)
@@ -43,8 +43,6 @@ module SMESH
   interface FilterManager;
   interface SMESH_Pattern;
   interface Measurements;
-  interface MG_ADAPT;
-  interface MG_ADAPT_OBJECT;
 
   /*!
    * Tags definition
@@ -138,6 +136,7 @@ module SMESH
     SMESH_Pattern GetPattern();
 
     Measurements  CreateMeasurements();
+
     /*!
       Set the current mode
      */
@@ -585,10 +584,7 @@ module SMESH
                          in GEOM::GEOM_Object theGeom,
                          in double theTolerance );    
 
-   
-       MG_ADAPT CreateMG_ADAPT();
-       MG_ADAPT_OBJECT Adaptation(in string adaptType);
-       MG_ADAPT CreateAdaptationHypothesis();
+
   };
 
 };