aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_trisolve_matrix.hh
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-03-05 08:11:47 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-03-05 08:11:47 +0000
commita72ff5abc1a259c4d4510437a53acd7d47dd6e19 (patch)
treeae3ea873466072d39c353b54dc1e1ebd4f83837e /bench/btl/actions/action_trisolve_matrix.hh
parent6a265063417db175eb436e6bcc0e3e74780a1b2f (diff)
BTL: - patch from Victor (add ACML support)
- fix overflow issues
Diffstat (limited to 'bench/btl/actions/action_trisolve_matrix.hh')
-rw-r--r--bench/btl/actions/action_trisolve_matrix.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bench/btl/actions/action_trisolve_matrix.hh b/bench/btl/actions/action_trisolve_matrix.hh
index 18813a016..0fc2bb9ef 100644
--- a/bench/btl/actions/action_trisolve_matrix.hh
+++ b/bench/btl/actions/action_trisolve_matrix.hh
@@ -125,12 +125,12 @@ public :
// calculation check
// Interface::matrix_to_stl(X,resu_stl);
-//
+//
// STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size);
-//
+//
// typename Interface::real_type error=
// STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
-//
+//
// if (error>1.e-6){
// INFOS("WRONG CALCULATION...residual=" << error);
// // exit(1);