vtk_xdmf2.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtk_xdmf2_h
4 #define vtk_xdmf2_h
5 
6 /* Use the xdmf2 library configured for VTK. */
7 #define VTK_MODULE_USE_EXTERNAL_vtkxdmf2 0
8 
9 #if VTK_MODULE_USE_EXTERNAL_vtkxdmf2
10 #else
11 #define VTKXDMF2_HEADER(x) <vtkxdmf2/libsrc/x>
12 #endif
13 
14 #endif