Skip to content
Snippets Groups Projects
Commit f582eb49 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

wrong output format

parent d464d6e6
No related branches found
No related tags found
No related merge requests found
......@@ -90,11 +90,11 @@ namespace AMDiS {
VecMap< Vector, Mapper> bVecMap(b, mapper);
mtl_b << bVecMap;
MSG("fill MTL4 matrix needed %5.f seconds\n", t.elapsed());
MSG("fill MTL4 matrix needed %.5f seconds\n", t.elapsed());
t.reset();
error = worker.solve(matrix ,mtl_x, mtl_b);
MSG("solve MTL4 matrix needed %5.f seconds\n", t.elapsed());
MSG("solve MTL4 matrix needed %.5f seconds\n", t.elapsed());
MTLVector r(mtl_b);
r -= matrix * mtl_x;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment