From 2df734f00e7303e9674b51789ee68b1c1bbee37b Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Mon, 3 Jun 2019 12:21:34 +0200 Subject: [PATCH] output .INIT and .GRID also on restart --- ebos/eclproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();