Skip to content

Add support for initializer lists in Vec

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

Add constructors to the vtkm::Vec classes that accept std::initializer_list. The main advantage of this addition is that it makes it much easier to initialize Vecs of arbitrary length.

Merge request reports