Skip to content

Favor base types used by VTK-m when making new basic array

Kenneth Moreland requested to merge kmorel/vtk-m:type-order into master

When calling NewInstanceBasic on an UnknownArrayHandle, all C base types will be tried. In some cases, multiple type will match the same array. When this happens, favor types used by VTK-m (e.g. long long over long).

Backport: release

Edited by Kenneth Moreland

Merge request reports