mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 22:16:24 -06:00
Merge pull request #1550 from andlaus/generic_output_dir
adapt to the rename of the EclOutputDir parameter to OutputDir in eWoms
This commit is contained in:
commit
279d1950dd
@ -69,7 +69,7 @@
|
||||
namespace Ewoms {
|
||||
namespace Properties {
|
||||
NEW_TYPE_TAG(EclFlowProblem, INHERITS_FROM(BlackOilModel, EclBaseProblem));
|
||||
SET_STRING_PROP(EclFlowProblem, EclOutputDir, "");
|
||||
SET_STRING_PROP(EclFlowProblem, OutputDir, "");
|
||||
SET_BOOL_PROP(EclFlowProblem, DisableWells, true);
|
||||
SET_BOOL_PROP(EclFlowProblem, EnableDebuggingChecks, false);
|
||||
// default in flow is to formulate the equations in surface volumes
|
||||
|
@ -394,7 +394,7 @@ namespace Opm
|
||||
deckFileParam += deckFileName;
|
||||
argv.push_back(deckFileParam.c_str());
|
||||
|
||||
std::string outputDirParam("--ecl-output-dir=");
|
||||
std::string outputDirParam("--output-dir=");
|
||||
if (param_.has("output_dir")) {
|
||||
const std::string& output_dir = param_.get<std::string>("output_dir");
|
||||
outputDirParam += output_dir;
|
||||
|
Loading…
Reference in New Issue
Block a user