mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Commented out local file path in unit test
This commit is contained in:
parent
7adaa4b45c
commit
6a8ffb7c6b
@ -70,6 +70,7 @@ TEST(opm_parser_test, basicConstruction)
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
ParseContext parseContext;
|
ParseContext parseContext;
|
||||||
parseContext.update(InputError::WARN);
|
parseContext.update(InputError::WARN);
|
||||||
|
|
||||||
@ -79,6 +80,7 @@ TEST(opm_parser_test, basicConstruction)
|
|||||||
Opm::EclipseState es(deck, parseContext);
|
Opm::EclipseState es(deck, parseContext);
|
||||||
auto ep = es.get3DProperties();
|
auto ep = es.get3DProperties();
|
||||||
auto grid = es.getInputGrid();
|
auto grid = es.getInputGrid();
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user