Skip to content
Snippets Groups Projects
Commit c7cac179 authored by Oliver Sander's avatar Oliver Sander
Browse files

Revert patch 6209, because it made the test fail.

No clue what that patch was supposed to due,
but it even slipped into dune 2.1.

[[Imported from SVN: r6716]]
parent d45962ff
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,6 @@ void test_matrix()
FieldVector<K,m> b(1);
A.mv(b, res1);
res2 = FMatrixHelp :: mult( A, b );
A.umv(b, res2);
if( (res1 - res2).two_norm() > 1e-12 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment