Skip to content

Make VTKM_ARRAY_HANDLE_NEW_STYLE macro

Kenneth Moreland requested to merge kmorel/vtk-m:new-arrayhandle-macro into master

While in the transition between two types of ArrayHandle implementations, we need to declare when an ArrayHandle is implemented with the new style. To consolidate, create a VTKM_ARRAY_HANDLE_NEW_STYLE to override the default ArrayHandle implementation with the ArrayHandleNewStyle implementation.

Merge request reports