Include possibility for arbitrary summary data.

This adapts to the upstream API change in opm-data, and adds a
proof-of-concept dummy TCPU field.
This commit is contained in:
Atgeirr Flø Rasmussen
2017-06-06 11:42:51 +02:00
parent e5732ea0a7
commit 2d0701c1e8
4 changed files with 36 additions and 21 deletions

View File

@@ -191,7 +191,7 @@ namespace Opm
// No per cell data is written for initial step, but will be
// for subsequent steps, when we have started simulating
output_writer_.writeTimeStepWithoutCellProperties( timer, state, well_state, {} );
output_writer_.writeTimeStepWithoutCellProperties( timer, state, well_state, {}, {} );
report.output_write_time += perfTimer.stop();
}