fix ordering of first line in *INFOSTEP files

This commit is contained in:
Franz Georg Fuchs 2021-03-11 11:22:58 +01:00
parent 7a8fa25772
commit d13cf3ee6a

View File

@ -208,7 +208,7 @@ namespace Opm
void SimulatorReport::fullReports(std::ostream& os) const
{
os << " Time(day) TStep(day) Assembly LSolve LSetup Update Output WellIt Lins NewtIt LinIt Conv\n";
os << " Time(day) TStep(day) Assembly LSetup LSolve Update Output WellIt Lins NewtIt LinIt Conv\n";
for (size_t i = 0; i < this->stepreports.size(); ++i) {
const SimulatorReportSingle& sr = this->stepreports[i];
os.precision(10);