made change to allow for change of Summarystate object

This commit is contained in:
Jostein Alvestad 2019-09-30 17:06:01 +02:00
parent 967954fc4b
commit b7543d4bc9

View File

@ -72,7 +72,7 @@ namespace {
Opm::SummaryState sum_state()
{
auto state = Opm::SummaryState{};
auto state = Opm::SummaryState{std::chrono::system_clock::now()};
state.update_well_var("PROD1", "WUOPRL", 210.);
state.update_well_var("PROD2", "WUOPRL", 211.);
state.update_well_var("WINJ1", "WUOPRL", 212.);