Skip to content

vtkHyperTreeGridAxisCut: fix floating point number comparison

Thomas Galland requested to merge thomas.galland/vtk:fixHTGAxisCut into master

Fix a bug where the cutting plane was regarded as intersecting the HTG grid but not the HT cells due to precision loss in floating point comparison. This mismatch was causing the vtkHyperTreeGridAxisCut filter to crash.

Edited by Thomas Galland

Merge request reports

Loading