To make SMESH module compilable.

This commit is contained in:
mzn 2005-03-22 10:42:14 +00:00
parent 056094268a
commit 6f9e2ab4cb
2 changed files with 7 additions and 0 deletions

View 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;
}

View 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_ */