made change to allow for change of Summarystate object
This commit is contained in:
parent
967954fc4b
commit
b7543d4bc9
@ -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.);
|
||||
|
Loading…
Reference in New Issue
Block a user