completely remove the EclipseGridParser from the module

This commit is contained in:
Andreas Lauser
2014-04-11 11:54:16 +02:00
parent 553698a933
commit dbb19403fc
6 changed files with 85 additions and 290 deletions

View File

@@ -102,7 +102,7 @@ try
Opm::ParserPtr newParser(new Opm::Parser() );
Opm::DeckConstPtr newParserDeck = newParser->parseFile( deck_filename );
std::shared_ptr<EclipseState> eclipseState(new EclipseState(newParserDeck));
std::shared_ptr<EclipseState> eclipseState(new EclipseState(deck));
// Grid init
grid.reset(new GridManager(eclipseState->getEclipseGrid()));