diff --git a/vtkm/worklet/PICS.h b/vtkm/worklet/PICS.h index f0cac1b16..312735ae2 100644 --- a/vtkm/worklet/PICS.h +++ b/vtkm/worklet/PICS.h @@ -196,6 +196,11 @@ public: IntegralCurve() : pos(), steps(), maxSteps(0) { } + VTKM_CONT + IntegralCurve(const IntegralCurve &ic) : + pos(ic.pos), steps(ic.steps), maxSteps(ic.maxSteps) + { + } VTKM_CONT IntegralCurve(const PosPortal &_pos, @@ -367,8 +372,6 @@ public: else break; } -// if (idx % 1000 == 0) -// std::cout< "<