Skip to content

Allow vtkm::cont::Field to have a default constructor.

When designing vtkm::filter we needed the ability to construct invalid Fields. This now allows us to do exactly that.

Merge request reports