change .LOG to .SATFUNCLOG.
This commit is contained in:
parent
61ebad5bba
commit
e12ca5a825
@ -86,7 +86,7 @@ try
|
|||||||
baseName = path(fpath.filename()).string();
|
baseName = path(fpath.filename()).string();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string logFile = baseName + ".LOG";
|
std::string logFile = baseName + ".SATFUNCLOG";
|
||||||
Opm::time::StopWatch timer;
|
Opm::time::StopWatch timer;
|
||||||
timer.start();
|
timer.start();
|
||||||
RelpermDiagnostics diagnostic(logFile);
|
RelpermDiagnostics diagnostic(logFile);
|
||||||
|
Loading…
Reference in New Issue
Block a user