mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
test_relpermdiagnostics: ParseContext set to default for all enum fields.
This commit is contained in:
parent
b26c7cdbe0
commit
8788924608
@ -51,9 +51,8 @@ BOOST_AUTO_TEST_CASE(diagnosis)
|
||||
{
|
||||
using namespace Opm;
|
||||
Parser parser;
|
||||
Opm::ParseContext parseContext({{ ParseContext::PARSE_RANDOM_SLASH , InputError::IGNORE },
|
||||
{ ParseContext::PARSE_UNKNOWN_KEYWORD, InputError::IGNORE}
|
||||
});
|
||||
Opm::ParseContext parseContext;
|
||||
|
||||
Opm::Deck deck = parser.parseFile("../tests/relpermDiagnostics.DATA", parseContext);
|
||||
EclipseState eclState(deck, parseContext);
|
||||
GridManager gm(eclState.getInputGrid());
|
||||
|
Loading…
Reference in New Issue
Block a user