From: rnv Date: Thu, 8 Dec 2016 09:27:39 +0000 (+0300) Subject: Keep compatibility with ParaView-5.0.1 X-Git-Tag: V8_2_0rc2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=db78f3625cd06f5ffa06fa137487b7ca2f618e8c;p=modules%2Fsmesh.git Keep compatibility with ParaView-5.0.1 --- diff --git a/src/SMDS/SMDS_UnstructuredGrid.hxx b/src/SMDS/SMDS_UnstructuredGrid.hxx index 7750a4b81..4ea6c6418 100644 --- a/src/SMDS/SMDS_UnstructuredGrid.hxx +++ b/src/SMDS/SMDS_UnstructuredGrid.hxx @@ -45,6 +45,13 @@ // 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;