Make 64 bit ids as default

This commit is contained in:
Sujin Philip 2015-06-03 10:37:23 -04:00
parent 0748cdb320
commit e556748d2c

@ -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()