Skip to content

Propagate createXML flag to GMXReaderSvc

This MR fixes a bug in which the createXML flag wasn't properly being propagated from XMLReaderSvc to GMXReaderSvc. Since the default is to create an identifier dictionary on-the-fly, this is only really useful if one wants to set this value to false, thereby taking a local XML dictionary instead.

Merge request reports