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 ) {