Skip to content
Snippets Groups Projects
Commit 0aa7d6b1 authored by Markus Blatt's avatar Markus Blatt
Browse files

Removed bug in ouput of FieldMatrix<K,1,1>.

[[Imported from SVN: r2094]]
parent 2fee41af
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ namespace Dune {
{
s << " "; // space in front of each entry
s.width(width); // set width for each entry anew
s << A(); // yeah, the number !
s << static_cast<const K&>(A); // yeah, the number !
}
}
......
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