mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Using getInputGrid API from Parser, changed GridManager to no longer accept Deck in constructor
This commit is contained in:
parent
e843461b37
commit
938e6119f4
@ -42,7 +42,7 @@ try
|
|||||||
std::cout << "Done!" << std::endl;
|
std::cout << "Done!" << std::endl;
|
||||||
|
|
||||||
// Setup grid
|
// Setup grid
|
||||||
GridManager grid(deck);
|
GridManager grid(eclipseState->getInputGrid());
|
||||||
|
|
||||||
// Define rock and fluid properties
|
// Define rock and fluid properties
|
||||||
IncompPropertiesFromDeck incomp_properties(deck, eclipseState, *grid.c_grid());
|
IncompPropertiesFromDeck incomp_properties(deck, eclipseState, *grid.c_grid());
|
||||||
|
Loading…
Reference in New Issue
Block a user