aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_matrix_vector_product.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/actions/action_matrix_vector_product.hh')
-rw-r--r--bench/btl/actions/action_matrix_vector_product.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/actions/action_matrix_vector_product.hh b/bench/btl/actions/action_matrix_vector_product.hh
index 202bc1a85..272e9d417 100644
--- a/bench/btl/actions/action_matrix_vector_product.hh
+++ b/bench/btl/actions/action_matrix_vector_product.hh
@@ -121,7 +121,7 @@ public :
if (error>1.e-5){
INFOS("WRONG CALCULATION...residual=" << error);
-// exit(0);
+ exit(0);
}
}