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

revert patch 6209, because it made the test fail and didn't appear to serve any purpose anyway

[[Imported from SVN: r6717]]
parent 423bcdbb
Branches releases/2.1
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.
Finish editing this message first!
Please register or to comment