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:
@@ -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 );
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user