Salome HOME
Improve ReplaceShape interface
[modules/smesh.git] / idl / SMESH_Mesh.idl
index b4ec14dc85fed7cbd527e3e4b6d52a0347c09c6a..8cda08472be32e3a33f055ae7c7773e58ab28d0b 100644 (file)
@@ -350,7 +350,7 @@ module SMESH
     /*!
      * Replaces a shape in the mesh
      */
-    void ReplaceShape(in GEOM::GEOM_Object theNewGeom, in GEOM::GEOM_Object theOldGeom)
+    void ReplaceShape(in GEOM::GEOM_Object theNewGeom)
       raises (SALOME::SALOME_Exception);
 
     /*!