Allow loading of RstState for restart files without wells

This commit is contained in:
Joakim Hove
2020-10-09 15:32:45 +02:00
parent c6068f4e17
commit fa65ce92d8
2 changed files with 49 additions and 34 deletions
+5
View File
@@ -35,6 +35,11 @@ namespace Opm {
namespace RestartIO {
struct RstState {
RstState(const ::Opm::UnitSystem& unit_system,
const std::vector<int>& intehead,
const std::vector<bool>& logihead,
const std::vector<double>& doubhead);
RstState(const ::Opm::UnitSystem& unit_system,
const std::vector<int>& intehead,
const std::vector<bool>& logihead,