mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
convert the examples and the tests to opm-parser
This commit is contained in:
parent
e8f0592599
commit
7cf70894b0
@ -87,7 +87,6 @@ try
|
||||
Opm::ParserPtr parser(new Opm::Parser() );
|
||||
Opm::DeckConstPtr deck = parser->parseFile(deck_filename);
|
||||
const double grav = param.getDefault("gravity", unit::gravity);
|
||||
//EclipseGridParser deck(deck_filename);
|
||||
GridManager gm(deck);
|
||||
const UnstructuredGrid& grid = *gm.c_grid();
|
||||
BlackoilPropertiesFromDeck props(deck, grid, param);
|
||||
|
Loading…
Reference in New Issue
Block a user