Favor base types used by VTK-m when making new basic array
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