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:
@@ -459,4 +459,9 @@ namespace Opm
|
||||
const auto& initconfig = eclipseState_.getInitConfig();
|
||||
return initconfig.restartRequested();
|
||||
}
|
||||
|
||||
|
||||
bool BlackoilOutputWriter::requireFIPNUM() const {
|
||||
return eclipseState_.getSummaryConfig().requireFIPNUM();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user