Merge pull request #1573 from GitPaean/sliencing_extra_

removing the extra ; after BEGIN_PROPERTIES and END_PROPERTIES
This commit is contained in:
Andreas Lauser
2018-09-18 14:31:31 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -56,7 +56,7 @@
#include <dune/common/parallel/mpihelper.hh>
#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
{
@@ -36,7 +36,7 @@
#include <opm/common/Exceptions.hpp>
#include <opm/common/ErrorMacros.hpp>
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 {