Using getInputGrid API from Parser

This commit is contained in:
Pål Grønås Drange
2016-04-19 17:03:41 +02:00
parent d9787f7593
commit 18f6672df0
13 changed files with 24 additions and 24 deletions

View File

@@ -118,7 +118,7 @@ try
eclipseState.reset(new EclipseState(deck , parseContext));
// Grid init
grid.reset(new GridManager(deck));
grid.reset(new GridManager(eclipseState->getInputGrid()));
{
const UnstructuredGrid& ug_grid = *(grid->c_grid());