aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_atv_product.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/actions/action_atv_product.hh')
-rw-r--r--bench/btl/actions/action_atv_product.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/btl/actions/action_atv_product.hh b/bench/btl/actions/action_atv_product.hh
index 22d25e23e..a8234514b 100644
--- a/bench/btl/actions/action_atv_product.hh
+++ b/bench/btl/actions/action_atv_product.hh
@@ -93,6 +93,7 @@ public :
void check_result( void )
{
+ if (_size>128) return;
Interface::vector_to_stl(X,resu_stl);
STL_interface<typename Interface::real_type>::atv_product(A_stl,B_stl,X_stl,_size);