diff --git a/examples/diagnose_relperm.cpp b/examples/diagnose_relperm.cpp index acb533fb..a368d68f 100644 --- a/examples/diagnose_relperm.cpp +++ b/examples/diagnose_relperm.cpp @@ -86,7 +86,7 @@ try baseName = path(fpath.filename()).string(); } - std::string logFile = baseName + ".LOG"; + std::string logFile = baseName + ".SATFUNCLOG"; Opm::time::StopWatch timer; timer.start(); RelpermDiagnostics diagnostic(logFile);