Remove compiler warning.

This commit is contained in:
Dave Pugmire 2016-07-01 07:34:03 -04:00 committed by Dave Pugmire
parent 9ee497edb9
commit 9b81cd9ed2

@ -43,7 +43,7 @@
namespace {
static const vtkm::Id WIDTH = 512, HEIGHT = 512;
static vtkm::Id windowID, which = 0, NUM_DATASETS = 4;
static vtkm::Int32 windowID, which = 0, NUM_DATASETS = 4;
static vtkm::rendering::ColorTable colorTable("thermal");
static vtkm::cont::testing::MakeTestDataSet maker;