Skip to content

Using tolerance comparing doubles to fix failing test

Sean McBride requested to merge seanm/vtk:FerrariSolve into master
  • test was failing on FreeBSD due to exact comparison of doubles that were slightly different
  • also fixed qsort compare function to return zero when numbers are equal, per qsort docs

Merge request reports