Skip to content

Make new style of ArrayHandle the expected style

What was previously declared as ArrayHandleNewStyle is now just the implementation of ArrayHandle. The old implementation of ArrayHandle has been moved to ArrayHandleDeprecated, and ArrayHandles still using this implementation must declare VTKM_ARRAY_HANDLE_DEPRECATED to use it.

Merge request reports