]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMDS/SMDS_MeshElement.cxx
Salome HOME
0021151: [CEA] unit test fails
[modules/smesh.git] / src / SMDS / SMDS_MeshElement.cxx
index 17a1935aedfc0adb60a2f632f4fc9d33935bfe09..e032c3a333852320cb61dd718c516ea660cbd91b 100644 (file)
@@ -40,12 +40,12 @@ SMDS_MeshElement::SMDS_MeshElement(int ID)
   init(ID);
 }
 
-SMDS_MeshElement::SMDS_MeshElement(int id, ShortType meshId, ShortType shapeId)
+SMDS_MeshElement::SMDS_MeshElement(int id, ShortType meshId, LongType shapeId)
 {
   init(id, meshId, shapeId);
 }
 
-void SMDS_MeshElement::init(int id, ShortType meshId, ShortType shapeId )
+void SMDS_MeshElement::init(int id, ShortType meshId, LongType shapeId )
 {
   myID = id;
   myMeshId = meshId;