Skip to content

BUG: Fix determination of scalar association

Point scalars were assumed to have been requested when the number of points was equal to the number of elements in the active scalar array. This assumption fails when the number of cells equals the number of points and the input array for processing is cell-associated because the number of points may equal the number of tuples in the cell-associated array.

Look up the field association from the input information vector instead.

Merge request reports