mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: remove SET_STRING_PROP macro usage
This commit is contained in:
@@ -55,7 +55,10 @@ NEW_PROP_TAG(OutputInterval);
|
||||
NEW_PROP_TAG(EnableLoggingFalloutWarning);
|
||||
|
||||
// TODO: enumeration parameters. we use strings for now.
|
||||
SET_STRING_PROP(EclFlowProblem, EnableDryRun, "auto");
|
||||
template<class TypeTag>
|
||||
struct EnableDryRun<TypeTag, TTag::EclFlowProblem> {
|
||||
static constexpr auto value = "auto";
|
||||
};
|
||||
// Do not merge parallel output files or warn about them
|
||||
template<class TypeTag>
|
||||
struct EnableLoggingFalloutWarning<TypeTag, TTag::EclFlowProblem> {
|
||||
|
||||
Reference in New Issue
Block a user