Keep compatibility with ParaView-5.0.1

This commit is contained in:
rnv 2016-12-08 12:27:39 +03:00
parent ac0486e51f
commit db78f3625c

View File

@ -45,6 +45,13 @@
// allow very huge polyhedrons in tests // allow very huge polyhedrons in tests
#define NBMAXNODESINCELL 5000 #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_Downward;
class SMDS_Mesh; class SMDS_Mesh;
class SMDS_MeshCell; class SMDS_MeshCell;