transmult is member, use ref's, use proper constructor of EclipseState

This commit is contained in:
Pål Grønås Drange
2016-08-05 15:07:15 +02:00
parent 9b924b1fe1
commit b359e9c0fb
18 changed files with 129 additions and 140 deletions

View File

@@ -162,7 +162,7 @@ static DeckPtr createDeck(const std::string& input) {
BOOST_AUTO_TEST_CASE( RFT_TIME) {
DeckPtr deck = createDeck(deckStr_RFT);
EclipseState state( deck , Opm::ParseContext() );
EclipseState state( *deck , Opm::ParseContext() );
std::shared_ptr<const IOConfig> ioConfig = state.getIOConfigConst();