sync restart

This commit is contained in:
Tor Harald Sandve
2019-10-01 14:30:11 +02:00
parent 1544f84fb4
commit f83e99c6aa
4 changed files with 16 additions and 55 deletions
+7
View File
@@ -39,6 +39,8 @@
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WellConnections.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Well/Well2.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/TimeMap.hpp>
#include <opm/output/eclipse/RestartValue.hpp>
#include <opm/output/data/Wells.hpp>
#include <opm/material/common/Exceptions.hpp>
@@ -613,6 +615,11 @@ public:
reportStepIdx);
}
void initFromRestartFile(const RestartValue& restartValues OPM_UNUSED){
// not implemented
}
protected:
bool wellTopologyChanged_(const Opm::EclipseState& eclState OPM_UNUSED,
const Opm::Schedule& schedule,