From d7c2d5885357a185c64ae715b38ea3529c8ad6ac Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Tue, 20 Jun 2017 13:21:26 +0200 Subject: [PATCH] write init stuff only if output=all or output=true. --- opm/autodiff/FlowMainEbos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/FlowMainEbos.hpp b/opm/autodiff/FlowMainEbos.hpp index 5c9d4a318..d8b20ffa7 100755 --- a/opm/autodiff/FlowMainEbos.hpp +++ b/opm/autodiff/FlowMainEbos.hpp @@ -608,7 +608,7 @@ namespace Opm void writeInit() { - bool output = ( output_ > OUTPUT_NONE ); + bool output = ( output_ > OUTPUT_LOG_ONLY ); bool output_ecl = param_.getDefault("output_ecl", true); if( output && output_ecl && grid().comm().rank() == 0 ) {