Skip to content

Gracefully handle array range requests on empty arrays

Kenneth Moreland requested to merge kmorel/vtk-m:range-on-empty-arrays into master

Previously, The ArrayRangeCompute code would throw an exception if you tried to compute the array range on an empty array. This change instead returns empty ranges.

Merge request reports