Skip to content

Assertions for proper usage of VecVariable

Dave Pugmire requested to merge (removed):vecVariableIndexing into master

I ran into some subtle errors in the use of vtkm::VecVariable while working on !2019 (closed). This MR adds some assertions to the operator[] to alert when improper usage occurs.

Edited by Dave Pugmire

Merge request reports