From 2dd0b62effb7de59f004d0cf462b5ad985107d0d Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Wed, 16 Jan 2019 12:01:34 +0100 Subject: [PATCH] [bugfix] Added missing ) to make code compile --- opm/autodiff/FlowMainEbos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/FlowMainEbos.hpp b/opm/autodiff/FlowMainEbos.hpp index 04fdaee66..b9f2c759c 100755 --- a/opm/autodiff/FlowMainEbos.hpp +++ b/opm/autodiff/FlowMainEbos.hpp @@ -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()