Skip to content
Snippets Groups Projects
Commit 3f85bacb authored by Christian Engwer's avatar Christian Engwer
Browse files

ostream operator should not add std::endl

[[Imported from SVN: r5376]]
parent e295b0f3
No related branches found
No related tags found
No related merge requests found
......@@ -565,8 +565,6 @@ namespace Dune {
{
for (size_t i=0; i<v.size(); i++)
s << v[i] << " ";
s << std::endl;
return s;
}
......
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