/*========================================================================= Program: ParaView Module: vtk_cgns.h Copyright (c) Kitware, Inc. All rights reserved. See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ #ifndef vtk_cgns_h #define vtk_cgns_h /* Use the cgns library configured for ParaView. */ #define VTK_MODULE_USE_EXTERNAL_ParaView_cgns 1 #if VTK_MODULE_USE_EXTERNAL_ParaView_cgns # include # include #else # include # include #endif #endif