Skip to content

vtkAbstractInterpolatedVelocityField: Fix segfault

Data that don't have strategy (such as vtkImageData) would fall in a case where we don't check if the strategy is nullptr if no cell was found.

Fixes #19136 (closed)

Edited by Charly Bollinger

Merge request reports