//============================================================================ // 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. // // Copyright 2014 Sandia Corporation. // Copyright 2014 UT-Battelle, LLC. // Copyright 2014 Los Alamos National Security. // // Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, // the U.S. Government retains certain rights in this software. // // Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National // Laboratory (LANL), the U.S. Government retains certain rights in // this software. //============================================================================ //This header can be used by external application that are consuming VTKm //to define if VTKm should be set to use 64bit data types. If you need to //customize more of the vtkm type system, or what Device Adapters //need to be included look at vtkm/internal/Configure.h for all defines that //you can over-ride. #ifdef vtk_m_internal_Configure_h # error Incorrect header order. Include this header before any other VTKm headers. #endif #ifndef vtk_m_internal_Configure32_h #define vtk_m_internal_Configure32_h #define VTKM_USE_DOUBLE_PRECISION #define VTKM_USE_64BIT_IDS #include #endif