mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -145,7 +145,7 @@ namespace Opm
|
||||
if (timer.initialStep()) {
|
||||
// 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, {}, {} );
|
||||
}
|
||||
|
||||
// Max oil saturation (for VPPARS), hysteresis update.
|
||||
|
||||
Reference in New Issue
Block a user