Skip to content

Fix a bug in vtkExodusIIReader when # of timesteps equals one.

T.J. Corona requested to merge tjcorona/vtk:exodus-single-timestep into master

When reading Exodus files, if there are zero or one timesteps, then there is only one file containing the data to be read. So, we treat both instances in the same manner.

Merge request reports