mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-08 07:23:02 -06:00
removing the extra ; after BEGIN_PROPERTIES and END_PROPERTIES
which causes compilation warning.
This commit is contained in:
parent
e1a34e77ec
commit
6e2334dcad
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user