mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-23 09:46:24 -06:00
Fix: eclipseState no longer shadowed.
This commit is contained in:
parent
5b5f6e6aa6
commit
e439084f81
@ -113,7 +113,6 @@ try
|
||||
|
||||
std::string deck_filename = param.get<std::string>("deck_filename");
|
||||
deck = parser->parseFile(deck_filename);
|
||||
EclipseStateConstPtr eclipseState(new Opm::EclipseState(deck));
|
||||
eclipseState.reset( new EclipseState(deck));
|
||||
// Grid init
|
||||
grid.reset(new GridManager(deck));
|
||||
|
Loading…
Reference in New Issue
Block a user