Skip to content
Snippets Groups Projects
Commit aeda0e8c 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: r6718]]
parent a6530d27
Branches
Tags
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