mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1873 from totto82/output_grid
output .INIT and .GRID also on restart
This commit is contained in:
commit
f9a6b68b1e
@ -699,7 +699,7 @@ public:
|
||||
checkDeckCompatibility_();
|
||||
|
||||
// write the static output files (EGRID, INIT, SMSPEC, etc.)
|
||||
if (enableEclOutput_ && !initconfig.restartRequested())
|
||||
if (enableEclOutput_)
|
||||
eclWriter_->writeInit();
|
||||
|
||||
simulator.vanguard().releaseGlobalTransmissibilities();
|
||||
|
Loading…
Reference in New Issue
Block a user