Skip to content

Fix Exodus II metadata reading

Cory Quammen requested to merge cory.quammen/vtk:exodus-xml-file-fix into master

The Exodus II reader was not re-reading metadata when the optional XMLFileName was changed. Fixed by resetting the metadata when the XMLFileName is modified, which follows the same pattern as when the regular FileName is changed. Also, moved some of the logic for deciding when to reparse metadata from the FindXMLFile() utility function to RequestInformation().

In addition, fixed setting of the XML in the parallel Exodus reader by forwarding the XMLFileName to the actual readers.

Edited by Cory Quammen

Merge request reports