Skip to content

Fixed a Bug About the Initialization of vtkAMRInterpolatedVelocityField

When the vector array of an AMR data is a point data array, GetCellData() will trigger an error. The bug fix is to initialize the vectors using the method at line 186 in vtkAbstractInterpolatedVelocityField.cxx.

Merge request reports