Fix minor bug in helper function.
This commit is contained in:
@@ -55,7 +55,7 @@ const std::string& inputStr = "RUNSPEC\n"
|
||||
|
||||
static DeckPtr createDeck(const ParseMode& parseMode , const std::string& input) {
|
||||
Opm::Parser parser;
|
||||
return parser.parseString(input, ParseMode());
|
||||
return parser.parseString(input, parseMode);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user