mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-23 16:00:01 -06:00
Merge pull request #1060 from babrodtk/output_writer_celldata
Output writer cell data
This commit is contained in:
commit
fe53c5f917
@ -228,7 +228,8 @@ namespace Opm {
|
||||
// write data if outputWriter was provided
|
||||
if( outputWriter ) {
|
||||
bool substep = true;
|
||||
outputWriter->writeTimeStep( substepTimer, state, well_state, substep);
|
||||
const auto& physicalModel = solver.model();
|
||||
outputWriter->writeTimeStep( substepTimer, state, well_state, physicalModel, substep);
|
||||
}
|
||||
|
||||
// set new time step length
|
||||
|
Loading…
Reference in New Issue
Block a user