Skip to content

Fix number of blocks when it is decreased

Jie Cheng requested to merge jie.cheng/vtk:FixPLOT3DReader into master

vtkMultiBlockPLOT3DReaderInternals::Dimensions is not resized when the number of blocks decreases at a certain time step. But we were falsely using Dimensions.size() as the number of blocks. This is fixed by caching the current number of blocks in vtkMultiBlockPLOT3DReaderInternals.

Merge request reports