Skip to content

Commit 101fcf6

Browse files
author
Julien Fausty
committed
VTK: add mangling compatibility
This commit onward should be compatible with `thirdPartyLibrary` commit acf1e3836ec1cc89996222fabe9458f1a56c1f52 and onward
1 parent fa7b8dd commit 101fcf6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/coreComponents/fileIO/vtk/VTKPolyDataWriterInterface.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@
2222
#include "fileIO/vtk/VTKVTMWriter.hpp"
2323
#include "codingUtilities/EnumStrings.hpp"
2424

25+
#include <vtkABINamespace.h> // for mangled namespace
26+
27+
VTK_ABI_NAMESPACE_BEGIN
2528
class vtkUnstructuredGrid;
2629
class vtkPointData;
2730
class vtkCellData;
31+
VTK_ABI_NAMESPACE_END
2832

2933
namespace geosx
3034
{

src/docs/doxygen/GeosxConfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
#define suitesparse_VERSION 5.7.9
136136

137137
/// Version information for VTK
138-
#define VTK_VERSION 9.2.5
138+
#define VTK_VERSION 9.2.20230310
139139

140140
/// Version information for fmt
141141
#define fmt_VERSION 8.0.1

0 commit comments

Comments
 (0)