vtk-m/vtkm/thirdparty/diy/environment.h

20 lines
728 B
C
Raw Normal View History

//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt 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_m_thirdparty_diy_environment_h
#define vtk_m_thirdparty_diy_environment_h
#include "pre-include.h"
// clang-format off
#include VTKM_DIY_INCLUDE(mpi/environment.hpp)
// clang-format on
#include "post-include.h"
#endif // vtk_m_thirdparty_diy_environment_h