Skip to content

vtkFieldData::GetRange bug fix.

There was a bug if an array's number of components get changed at some point withing a vtkFieldData. We need to check, when fetching the range, if the number of components has changed.

Merge request reports