tut_point_to_cell update

This commit is contained in:
Tushar Athawale 2022-02-04 11:43:00 -05:00
parent eb3802ba2c
commit cb829e83ce

@ -28,7 +28,8 @@ struct ConvertPointFieldToCells : vtkm::worklet::WorkletVisitCellsWithPoints
using InputDomain = _1;
template <typename InPointFieldVecType, typename OutCellFieldType>
void operator()(const InPointFieldVecType& inPointFieldVec, OutCellFieldType& outCellField) const
VTKM_EXEC void operator()(const InPointFieldVecType& inPointFieldVec,
OutCellFieldType& outCellField) const
{
vtkm::IdComponent numPoints = inPointFieldVec.GetNumberOfComponents();