Using getInputGrid API from Parser, changed GridManager to no longer accept Deck in constructor

This commit is contained in:
Pål Grønås Drange
2016-04-19 17:00:01 +02:00
parent 668cd14755
commit 973438128c
19 changed files with 73 additions and 57 deletions

View File

@@ -42,7 +42,7 @@ try
std::cout << "Done!" << std::endl;
// Setup grid
GridManager grid(deck);
GridManager grid(eclipseState->getInputGrid());
// Define rock and fluid properties
IncompPropertiesFromDeck incomp_properties(deck, eclipseState, *grid.c_grid());