Skip to content

vtkCONVERGECFDReader: fix sorting of file names by time

Cory Quammen requested to merge cory.quammen/vtk:convergecfd-fix-time into master

Previously, the reader sorted times, but did not change the order of files by the same sort order. Hence, when a time was requested, an arbitrary file would be loaded instead of the one corresponding to the requested time.

Backport: paraview/release

Merge request reports