diff --git a/vtkm/worklet/MarchingCubes.h b/vtkm/worklet/MarchingCubes.h index 26354b744..80193cc2e 100644 --- a/vtkm/worklet/MarchingCubes.h +++ b/vtkm/worklet/MarchingCubes.h @@ -246,13 +246,13 @@ public: MarchingCubes() {} - template + template void Run(const float &isovalue, const CellSetType& cellSet, const vtkm::cont::CoordinateSystem& coordinateSystem, - const vtkm::cont::ArrayHandle& field, - vtkm::cont::ArrayHandle< vtkm::Vec > vertices, - vtkm::cont::ArrayHandle< vtkm::Vec > normals) + const vtkm::cont::ArrayHandle& field, + vtkm::cont::ArrayHandle< vtkm::Vec, StorageTagVertices > vertices, + vtkm::cont::ArrayHandle< vtkm::Vec, StorageTagNormals > normals) { // Set up the Marching Cubes case tables vtkm::cont::ArrayHandle edgeTable =