Salome HOME
Merge branch 'V8_2_BR' into pre/V8_2_BR
authorPaul RASCLE <paul.rascle@edf.fr>
Thu, 15 Dec 2016 09:19:54 +0000 (10:19 +0100)
committerPaul RASCLE <paul.rascle@edf.fr>
Thu, 15 Dec 2016 09:19:54 +0000 (10:19 +0100)
src/SMDS/SMDS_UnstructuredGrid.hxx

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