From 6e2334dcad7f6180ca0fc42285a62946017f62cc Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Tue, 18 Sep 2018 13:35:27 +0200 Subject: [PATCH] removing the extra ; after BEGIN_PROPERTIES and END_PROPERTIES which causes compilation warning. --- opm/autodiff/FlowMainEbos.hpp | 4 ++-- opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opm/autodiff/FlowMainEbos.hpp b/opm/autodiff/FlowMainEbos.hpp index 9ce586065..333754e82 100755 --- a/opm/autodiff/FlowMainEbos.hpp +++ b/opm/autodiff/FlowMainEbos.hpp @@ -56,7 +56,7 @@ #include #endif -BEGIN_PROPERTIES; +BEGIN_PROPERTIES NEW_PROP_TAG(OutputMode); NEW_PROP_TAG(EnableDryRun); @@ -70,7 +70,7 @@ SET_STRING_PROP(EclFlowProblem, EnableDryRun, "auto"); SET_INT_PROP(EclFlowProblem, OutputInterval, 1); -END_PROPERTIES; +END_PROPERTIES namespace Opm { diff --git a/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp b/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp index 04de151b7..bc930c48e 100644 --- a/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp +++ b/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp @@ -36,7 +36,7 @@ #include #include -BEGIN_PROPERTIES; +BEGIN_PROPERTIES NEW_PROP_TAG(EnableTerminalOutput); NEW_PROP_TAG(EnableAdaptiveTimeStepping); @@ -46,7 +46,7 @@ SET_BOOL_PROP(EclFlowProblem, EnableTerminalOutput, true); SET_BOOL_PROP(EclFlowProblem, EnableAdaptiveTimeStepping, true); SET_BOOL_PROP(EclFlowProblem, EnableTuning, false); -END_PROPERTIES; +END_PROPERTIES namespace Opm {