We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7b8dd commit 101fcf6Copy full SHA for 101fcf6
src/coreComponents/fileIO/vtk/VTKPolyDataWriterInterface.hpp
@@ -22,9 +22,13 @@
22
#include "fileIO/vtk/VTKVTMWriter.hpp"
23
#include "codingUtilities/EnumStrings.hpp"
24
25
+#include <vtkABINamespace.h> // for mangled namespace
26
+
27
+VTK_ABI_NAMESPACE_BEGIN
28
class vtkUnstructuredGrid;
29
class vtkPointData;
30
class vtkCellData;
31
+VTK_ABI_NAMESPACE_END
32
33
namespace geosx
34
{
src/docs/doxygen/GeosxConfig.hpp
@@ -135,7 +135,7 @@
135
#define suitesparse_VERSION 5.7.9
136
137
/// Version information for VTK
138
-#define VTK_VERSION 9.2.5
+#define VTK_VERSION 9.2.20230310
139
140
/// Version information for fmt
141
#define fmt_VERSION 8.0.1
0 commit comments