change .LOG to .SATFUNCLOG.

This commit is contained in:
Liu Ming 2016-03-02 14:55:39 +08:00
parent d4ac98fb61
commit 215a3f24d4

View File

@ -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);