WSL/SLF GitLab Repository

Skip to content
  • Mathias Bavay's avatar
    The IOManager can now return a copy of its internal Config object. This is... · 7dedf299
    Mathias Bavay authored
    The IOManager can now return a copy of its internal Config object. This is convenient for times when one wants to create extra outputs but using a different plugin. A missing const has been added to Config and creating an IOHandler by passing it a config file name is not possible anymore (this was deprecated when we introduced the IOManager). Therefore, the IOHandler now only keeps a reference to a Config object. This means that in the full structure held within IOManager, only one copy of Config is kept, the rest being references.
    7dedf299