Skip to content

vtkAMReXGridReader: fix time reading.

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:amrex-grid-fixes into master

Fixes a couple of issues:

  1. vtkAMReXGridReader was not announcing time values it read from the header; fixed that.
  2. vtkAMReXGridReader was not correctly detecting filename had changed. This was causing the reader to not read header information for additional files when reading a series; fixed that.

Addresses paraview/paraview#20222 (closed).

Backport: paraview/release

Merge request reports