fix compiler warnings.

This commit is contained in:
Dave Pugmire 2016-10-04 13:31:52 -04:00
parent 827bf10795
commit fed8c7228c

@ -82,7 +82,7 @@ public:
vtkm::Float32 s;
vtkm::rendering::Color color;
const std::size_t offset = 9;
const vtkm::Id offset = 9;
s = scalar.Get(i1);
s = (s-SMin)/SDiff;