Skip to content

BUG #15321: Fix mode_shape array.

'mode_shape' array placed in the output of vtkExodusIIReader was directly using the timestep index. It should be offset by 1 (since it starts with 1, not 0). Fixed that.

Fixed BUG #15321

Merge request reports