Skip to content
Snippets Groups Projects
Commit 567d1cbd authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'Do not use endreq with an iostream.' (Particle-02-10-02)

        * Tagging Particle-02-10-02.
	* Do not use endreq with an iostream.
parent afd2547a
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ namespace Rec
Trk::TrackParticleBase::dump( sl );
std::ostringstream os;
m_abc.dump(os);
sl<<endreq<<os.str();
sl<<std::endl<<os.str();
return sl;
}
......
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