mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 10:40:34 +05:00
To make SMESH module compilable.
This commit is contained in:
parent
056094268a
commit
6f9e2ab4cb
@ -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;
|
||||
}
|
||||
|
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user