Remove shared_ptr constructor in Schedule

This commit is contained in:
Jørgen Kvalsvik
2016-10-31 16:18:24 +01:00
parent c07878800f
commit 4ad9b17449
2 changed files with 0 additions and 11 deletions

View File

@@ -66,13 +66,6 @@ namespace Opm {
}
Schedule::Schedule(const ParseContext& parseContext,
const EclipseGrid& grid,
std::shared_ptr< const Deck > deckptr ) :
Schedule(parseContext, grid, *deckptr )
{}
Schedule::Schedule( const ParseContext& parseContext,
const EclipseGrid& grid,
const Deck& deck ) :

View File

@@ -54,10 +54,6 @@ namespace Opm
Schedule(const ParseContext& parseContext, const EclipseGrid& grid,
const Deck& deck );
/// [deprecated]
Schedule(const ParseContext& parseContext, const EclipseGrid& grid,
std::shared_ptr<const Deck> deck );
/*
* If the input deck does not specify a start time, Eclipse's 1. Jan
* 1983 is defaulted