Remove DeckPtr+ParserPtr aliases

Remove the deprecated DeckPtr and ParserPtr aliases and removes
shared_ptr<Deck> and friends from all interfaces.
This commit is contained in:
Jørgen Kvalsvik
2016-10-13 10:13:32 +02:00
parent 0059446147
commit f9cb516b99
79 changed files with 1461 additions and 1741 deletions

View File

@@ -73,7 +73,7 @@ BOOST_AUTO_TEST_CASE( CheckUnsoppertedInSCHEDULE ) {
Parser parser(true);
auto deck = parser.parseString( deckString , parseContext );
EclipseGrid grid( *deck );
EclipseGrid grid( deck );
parseContext.update( ParseContext::UNSUPPORTED_SCHEDULE_GEO_MODIFIER , InputError::IGNORE );
{