Skip to content

Fix compile error from invalid `ArrayHandle`

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

The compile error happened from incompatible code changes between !2349 (merged) and !2374 (merged). The former removed the ability to use non-Vec values in ArrayHandleSOA. The latter tried to create such an ArrayHandle inside a template function that was called with the SOA storage.

Merge request reports