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

make test more generic.

[[Imported from SVN: r5302]]
parent 803266eb
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ void test_matrix()
FieldVector<K,m> v;
// assign matrix
A=0;
A=K();
// random access matrix
for (size_type i=0; i<n; i++)
for (size_type j=0; j<m; j++)
......
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