Salome HOME
To make SMESH module compilable.
authormzn <mzn@opencascade.com>
Tue, 22 Mar 2005 10:42:14 +0000 (10:42 +0000)
committermzn <mzn@opencascade.com>
Tue, 22 Mar 2005 10:42:14 +0000 (10:42 +0000)
src/SMESH_I/SMESH_MEDMesh_i.cxx
src/SMESH_I/SMESH_MEDMesh_i.hxx

index 3f1c017d444860ed4f43dd519368cb711a4fba28..1fdecd03955a40ac372168280d370b4f2492766e 100644 (file)
@@ -1204,3 +1204,8 @@ SMESH_MEDMesh_i::getElementType(SALOME_MED::medEntityMesh entity,
 
   return (SALOME_MED::medGeometryElement) 0;
 }
+
+CORBA::Boolean SMESH_MEDMesh_i::areEquals(SALOME_MED::MESH_ptr other)
+{
+  return false;
+}
index e8e82f17bd068ae6f48362d6196aa7db6ffe2580..60b13c188bc81ee52832616e2b26dff7bb44dd6e 100644 (file)
@@ -226,6 +226,8 @@ class SMESH_MEDMesh_i:
        //
        void calculeNbElts() throw(SALOME::SALOME_Exception);
        void createFamilies() throw(SALOME::SALOME_Exception);
+
+        CORBA::Boolean areEquals(SALOME_MED::MESH_ptr other);
 };
 
 #endif /* _MED_MESH_I_HXX_ */