diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index c7390acbc..d254c9947 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -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();