Skip to content

Add VecC and VecCConst structs

Kenneth Moreland requested to merge kmorel/vtk-m:vec-c into master

These structs behave much like Vec except that they work on a short C array given to them rather than having the statically sized short array defined within.

Merge request reports