Viskores  1.0
ConfigureFor64.h
Go to the documentation of this file.
1 //============================================================================
2 // The contents of this file are covered by the Viskores license. See
3 // LICENSE.txt for details.
4 //
5 // By contributing to this file, all contributors agree to the Developer
6 // Certificate of Origin Version 1.1 (DCO 1.1) as stated in DCO.txt.
7 //============================================================================
8 
9 //============================================================================
10 // Copyright (c) Kitware, Inc.
11 // All rights reserved.
12 // See LICENSE.txt for details.
13 //
14 // This software is distributed WITHOUT ANY WARRANTY; without even
15 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16 // PURPOSE. See the above copyright notice for more information.
17 //============================================================================
18 //This header can be used by external application that are consuming Viskores
19 //to define if Viskores should be set to use 64bit data types. If you need to
20 //customize more of the viskores type system, or what Device Adapters
21 //need to be included look at viskores/internal/Configure.h for all defines that
22 //you can over-ride.
23 #ifdef viskores_internal_Configure_h
24 #error Incorrect header order. Include this header before any other Viskores headers.
25 #endif
26 
27 #ifndef viskores_internal_Configure32_h
28 #define viskores_internal_Configure32_h
29 
30 #define VISKORES_USE_DOUBLE_PRECISION
31 #define VISKORES_USE_64BIT_IDS
32 
34 
35 #endif
Configure.h