fix compiler warning.

This commit is contained in:
Dave Pugmire 2016-05-19 09:56:42 -04:00
parent 2dd0c89c08
commit fedb41b6c9

@ -59,7 +59,7 @@ public:
void RenderCells(const vtkm::cont::DynamicCellSet &cellset,
const vtkm::cont::CoordinateSystem &coords,
vtkm::cont::Field &scalarField,
const vtkm::rendering::ColorTable &colorTable,
const vtkm::rendering::ColorTable &/*colorTable*/,
vtkm::rendering::View &view,
vtkm::Float64 *scalarBounds)
{