mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Do not activate output writer for when output=log
This commit is contained in:
@@ -341,8 +341,7 @@ namespace Opm
|
||||
: output_( [¶m](){
|
||||
// If output parameter is true or all, then we do output
|
||||
std::string outputString = param.getDefault("output", std::string("all"));
|
||||
if ( outputString == "all" || outputString == "log" ||
|
||||
outputString == "true" )
|
||||
if ( outputString == "all" || outputString == "true" )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user