mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
change .LOG to .SATFUNCLOG.
This commit is contained in:
parent
d4ac98fb61
commit
215a3f24d4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user