vtk-m/vtkm/exec/Variant.h

20 lines
717 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_exec_internal_Variant_h
#define vtk_m_exec_internal_Variant_h
// These specify exec version of Variant.
#define VTK_M_DEVICE VTKM_EXEC
#define VTK_M_NAMESPACE exec
#include <vtkm/internal/VariantImpl.h>
#endif //vtk_m_exec_internal_Variant_h