ComputeMoments: use FilterField instead of FilterCell

This commit is contained in:
Ben Boeckel 2020-08-31 16:51:12 -04:00
parent c079433b42
commit aa6eb01dfe

@ -17,7 +17,7 @@ namespace vtkm
{
namespace filter
{
class ComputeMoments : public vtkm::filter::FilterCell<ComputeMoments>
class ComputeMoments : public vtkm::filter::FilterField<ComputeMoments>
{
public:
using SupportedTypes = vtkm::List<vtkm::Float32,