Skip to content

Revert vtkExodusIIReader patches.

T.J. Corona requested to merge tjcorona/vtk:revert-exodus-reader-patch into master

This commit reverts the changes made in commits 7e32d899 and 1cdf99cd. The first change allowed for files with one timestep and no reported time to be read by the reader (files with this bug were encountered due to a bug in MOAB). The second change attempted to recover the functionality of the method while still allowing for an Exodus file with one timestep and no time. Since the correct layout for a file with a single timestep is for it to also have a single time value, this commit reverts this method to its original state.

Merge request reports