mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-23 07:53:29 -06:00
[bugfix] Added missing ) to make code compile
This commit is contained in:
parent
4f4f5cbca3
commit
2dd0b62eff
@ -449,7 +449,7 @@ namespace Opm
|
||||
std::for_each(fs::directory_iterator(output_path),
|
||||
fs::directory_iterator(),
|
||||
detail::ParallelFileMerger(output_path, basename,
|
||||
EWOMS_GET_PARAM(TypeTag, bool, EnableLoggingFalloutWarning));
|
||||
EWOMS_GET_PARAM(TypeTag, bool, EnableLoggingFalloutWarning)));
|
||||
}
|
||||
|
||||
void setupEbosSimulator()
|
||||
|
Loading…
Reference in New Issue
Block a user