mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 07:16:53 -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.update(InputError::WARN);
|
||||
|
||||
@ -79,6 +80,7 @@ TEST(opm_parser_test, basicConstruction)
|
||||
Opm::EclipseState es(deck, parseContext);
|
||||
auto ep = es.get3DProperties();
|
||||
auto grid = es.getInputGrid();
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user