IOConfig creates TimeMap independently of Schedule

Completely remove the dependency between Schedule and IOConfig. IOConfig
will generate its own instance of TimeMap, rather than relying on
Schedule to construction and keeping it alive.
This commit is contained in:
Jørgen Kvalsvik
2016-05-30 13:57:40 +02:00
parent 4dfdf7ad7c
commit edb8cdc72d
6 changed files with 58 additions and 132 deletions

View File

@@ -121,7 +121,7 @@ namespace Opm {
public:
IOConfig() = default;
explicit IOConfig( const Deck&, const Schedule& );
explicit IOConfig( const Deck& );
explicit IOConfig( const std::string& input_path );
int getFirstRestartStep() const;