mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove EclStrictParsing, replace with ParsingStrictness.
The new parameter takes the "high", "normal" (default), or "low" string. Also implemented behaviour.
This commit is contained in:
@@ -171,7 +171,7 @@ void Main::readDeck(const std::string& deckFilename,
|
||||
const std::string& outputMode,
|
||||
const bool init_from_restart_file,
|
||||
const bool allRanksDbgPrtLog,
|
||||
const bool strictParsing,
|
||||
const std::string& parsingStrictness,
|
||||
const int mpiRank,
|
||||
const int output_param,
|
||||
const std::string& parameters,
|
||||
@@ -202,7 +202,7 @@ void Main::readDeck(const std::string& deckFilename,
|
||||
wtestState_,
|
||||
summaryConfig_,
|
||||
std::make_shared<Python>(),
|
||||
strictParsing,
|
||||
parsingStrictness,
|
||||
init_from_restart_file,
|
||||
outputCout_,
|
||||
outputInterval);
|
||||
|
@@ -374,7 +374,7 @@ private:
|
||||
EWOMS_GET_PARAM(PreTypeTag, std::string, OutputMode),
|
||||
!EWOMS_GET_PARAM(PreTypeTag, bool, SchedRestart),
|
||||
EWOMS_GET_PARAM(PreTypeTag, bool, EnableLoggingFalloutWarning),
|
||||
EWOMS_GET_PARAM(PreTypeTag, bool, EclStrictParsing),
|
||||
EWOMS_GET_PARAM(PreTypeTag, std::string, ParsingStrictness),
|
||||
mpiRank,
|
||||
EWOMS_GET_PARAM(PreTypeTag, int, EclOutputInterval),
|
||||
cmdline_params,
|
||||
@@ -626,7 +626,7 @@ private:
|
||||
const std::string& outputMode,
|
||||
const bool init_from_restart_file,
|
||||
const bool allRanksDbgPrtLog,
|
||||
const bool strictParsing,
|
||||
const std::string& parsingStrictness,
|
||||
const int mpiRank,
|
||||
const int output_param,
|
||||
const std::string& parameters,
|
||||
|
Reference in New Issue
Block a user