Skip to content

Ensure LookupValue returns the correct result for NaN.

Steven Hahn requested to merge quantumsteve/vtk:LookupValueNaN into master

vtkGenericDataArray::LookupValue returns incorrect results when NaN is present. This can be fixed by moving all indices with NaN to the beginning of SortedArray.

Merge request reports