Merge branch 'V8_2_BR' into pre/V8_2_BR

This commit is contained in:
Paul RASCLE 2016-12-15 10:19:54 +01:00
commit 6f5a4f116d

View File

@ -45,6 +45,14 @@
// 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;