Merge branch 'default-to-64bit-ids'

This commit is contained in:
Robert Maynard 2015-06-03 11:35:00 -04:00
commit 48c221ef67

@ -61,7 +61,7 @@ option(VTKm_USE_DOUBLE_PRECISION
"Use double precision for floating point calculations"
OFF
)
option(VTKm_USE_64BIT_IDS "Use 64-bit indices." OFF)
option(VTKm_USE_64BIT_IDS "Use 64-bit indices." ON)
if (VTKm_ENABLE_TESTING)
enable_testing()