Salome HOME
use vtkIdType to be independant of architecture
[modules/smesh.git] / src / SMDS / SMDS_UnstructuredGrid.cxx
index 00d50a9d4b2d05ece0f25bcb580ab039109a78e6..2db632a74cb71114a4e0be8169f65c979efcee56 100644 (file)
@@ -879,7 +879,7 @@ void SMDS_UnstructuredGrid::ModifyCellNodes(int vtkVolId, std::map<int, int> loc
  * @param localClonedNodeIds map old node id to new node id.
  * @return vtk id of the new volume.
  */
-int SMDS_UnstructuredGrid::getOrderedNodesOfFace(int vtkVolId, std::vector<int>& orderedNodes)
+int SMDS_UnstructuredGrid::getOrderedNodesOfFace(int vtkVolId, std::vector<vtkIdType>& orderedNodes)
 {
   int vtkType = this->GetCellType(vtkVolId);
   int cellDim = SMDS_Downward::getCellDimension(vtkType);