Skip to content
Snippets Groups Projects
Commit 38992f38 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'trkex_info' into 'master'

TrkExRungeKuttaIntersector: Remove INFO newline

See merge request atlas/athena!38977
parents 596b0f6c 1c21ef40
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,8 @@ RungeKuttaIntersector::finalize()
<< " step reductions and" << std::setw(5) << std::setprecision(2)
<< norm*static_cast<double>(m_countShortStep)
<< " short final steps";
}
msg(MSG::INFO) << endmsg;
}
return StatusCode::SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment