Skip to content

ArrayHandleGroupVecVariable now takes an extended offsets array

In VTK-m a non-backward-compatible change was made to have ArrayHandleGroupVecVariable take an offsets array that is extended by one. That is, the first index is 0 and the last is the size of the target array. This actually simplifies the code, but changes had to be made.

Merge request reports