Send WELSPECS report to OpmLog::info()
This commit is contained in:
parent
22de4aaeee
commit
b082a4d02f
@ -264,6 +264,9 @@ void EclipseIO::writeTimeStep(const SummaryState& st,
|
||||
for (const auto& report : schedule.report_config(report_step)) {
|
||||
std::stringstream ss;
|
||||
RptIO::write_report(ss, report.first, report.second, schedule, report_step);
|
||||
auto log_string = ss.str();
|
||||
if (!log_string.empty())
|
||||
OpmLog::note(log_string);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user