mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Change substep to time step in logging
This commit is contained in:
@@ -925,7 +925,7 @@ namespace Opm {
|
||||
for (int compIdx = 0; compIdx < numComp; ++compIdx) {
|
||||
msg += " CNV(" + key[ compIdx ] + ") ";
|
||||
}
|
||||
OpmLog::note(msg);
|
||||
OpmLog::debug(msg);
|
||||
}
|
||||
std::ostringstream ss;
|
||||
const std::streamsize oprec = ss.precision(3);
|
||||
@@ -939,7 +939,7 @@ namespace Opm {
|
||||
}
|
||||
ss.precision(oprec);
|
||||
ss.flags(oflags);
|
||||
OpmLog::note(ss.str());
|
||||
OpmLog::debug(ss.str());
|
||||
}
|
||||
|
||||
for (int phaseIdx = 0; phaseIdx < numPhases(); ++phaseIdx) {
|
||||
|
||||
Reference in New Issue
Block a user