Skip to content
Snippets Groups Projects
Commit 832cc3d5 authored by Martin Nolte's avatar Martin Nolte
Browse files

merge trunk

[[Imported from SVN: r6719]]
parents 103a9601 aeda0e8c
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