mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
OPM-218: Write restart files at same interval as eclipse
This commit is contained in:
parent
84934d0c1f
commit
bfa1d476e3
@ -180,7 +180,8 @@ namespace Opm {
|
||||
|
||||
// write data if outputWriter was provided
|
||||
if( outputWriter ) {
|
||||
outputWriter->writeTimeStep( substepTimer, state, well_state );
|
||||
bool substep = true;
|
||||
outputWriter->writeTimeStep( substepTimer, state, well_state, substep);
|
||||
}
|
||||
|
||||
// set new time step length
|
||||
|
Loading…
Reference in New Issue
Block a user