Add start_time argument to SummaryState

This commit is contained in:
Joakim Hove
2019-09-19 22:09:15 +02:00
parent ae75aa3255
commit ff69737b99
20 changed files with 78 additions and 69 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ END
Opm::SummaryState sim_state()
{
auto state = Opm::SummaryState{};
auto state = Opm::SummaryState{std::chrono::system_clock::now()};
state.update("SPR:PROD:1", 235.);
state.update("SPR:PROD:2", 237.);