mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
This fixes fallout from the merge of PR #1512. Since then the ParallelFileMerger was always given the current directory even if another output directory was requested. This resulted in CASENAME.<procid>.<ext> files in that directory never being merged and removed. Now the ParallelFileMerger gets the output directory path again.