mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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();
|
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