Salome HOME
Keep compatibility with ParaView-5.0.1
authorrnv <rnv@opencascade.com>
Thu, 8 Dec 2016 09:27:39 +0000 (12:27 +0300)
committerrnv <rnv@opencascade.com>
Thu, 8 Dec 2016 09:27:39 +0000 (12:27 +0300)
src/SMDS/SMDS_UnstructuredGrid.hxx

index 7750a4b8107abd4ee6895358d40cdd94180fc618..4ea6c64189add089bef00be29d08a6266c12b870 100644 (file)
 // allow very huge polyhedrons in tests
 #define NBMAXNODESINCELL 5000
 
+// Keep compatibility with paraview 5.0.1
+#ifndef VTK_HAS_MTIME_TYPE
+#define VTK_HAS_MTIME_TYPE
+typedef unsigned long int vtkMTimeType;
+#endif
+
+
 class SMDS_Downward;
 class SMDS_Mesh;
 class SMDS_MeshCell;