mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-04 12:40:33 +05:00
Keep compatibility with ParaView-5.0.1
This commit is contained in:
parent
ac0486e51f
commit
db78f3625c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user