mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: pass the fipnum data into the adaptive timer stepper
summary substep reports requires FIP data
This commit is contained in:
@@ -282,7 +282,8 @@ public:
|
||||
// \Note: The report steps are met in any case
|
||||
// \Note: The sub stepping will require a copy of the state variables
|
||||
if( adaptiveTimeStepping ) {
|
||||
report += adaptiveTimeStepping->step( timer, *solver, state, well_state, output_writer_ );
|
||||
report += adaptiveTimeStepping->step( timer, *solver, state, well_state, output_writer_,
|
||||
output_writer_.requireFIPNUM() ? &fipnum : nullptr );
|
||||
}
|
||||
else {
|
||||
// solve for complete report step
|
||||
|
||||
Reference in New Issue
Block a user