Skip to content

Add missing export macro to VecTraits

Kenneth Moreland requested to merge kmorel/vtk-m:missing-export into master

The VTKM_EXEC_CONT_EXPORT macro was missing from the GetNumberOfComponents method in the VecTraits class for base C types.

Merge request reports