You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
861 B
C

/*=========================================================================
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 <cgnslib.h>
# include <cgns_io.h>
#else
# include <vtkcgns/src/cgnslib.h>
# include <vtkcgns/src/cgns_io.h>
#endif
#endif