Oscillator: use a type of the right size for oIdx

This commit is contained in:
Ben Boeckel 2023-05-05 12:13:16 -04:00
parent 13e935c357
commit b99920d47b

@ -75,7 +75,7 @@ public:
VTKM_EXEC
vtkm::FloatDefault operator()(const vtkm::Vec3f& vec) const
{
vtkm::UInt8 oIdx;
vtkm::IdComponent oIdx;
vtkm::FloatDefault t0, t, result = 0;
const Oscillation* oscillator;