Skip to content

Fix Field constructors

Sujin Philip requested to merge sujin.philip/vtk-m:fix-field-api into master
  1. Add option to copy user supplied array in make_ArrayHandle.
  2. Replace Field constructors that take user supplied arrays with make_Field.
  3. Replace CoordinateSystem constructors that take user supplied arrays with make_CoordinateSystem.

Merge request reports