[bugfix] Added missing ) to make code compile

This commit is contained in:
Markus Blatt 2019-01-16 12:01:34 +01:00
parent 4f4f5cbca3
commit 2dd0b62eff

View File

@ -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()