Skip to content

Fix NaN values replaced with float_min

Federico Miorelli requested to merge federico.miorelli/vtk:patch-1 into master

The function RoundDoubleToIntegralIfNecessary does not handle NaN values correctly and replaces them with float_min due to the call to vtkMath::Max().

This patch fixes issue #17159 (closed)

Edited by Federico Miorelli

Merge request reports