aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_trisolve.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/actions/action_trisolve.hh')
-rw-r--r--bench/btl/actions/action_trisolve.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/btl/actions/action_trisolve.hh b/bench/btl/actions/action_trisolve.hh
index 0d277eb77..94e41e072 100644
--- a/bench/btl/actions/action_trisolve.hh
+++ b/bench/btl/actions/action_trisolve.hh
@@ -102,7 +102,8 @@ public :
Interface::trisolve_lower(L,B,X,_size);
}
- void check_result( void ){
+ void check_result(){
+ if (_size>128) return;
// calculation check
Interface::vector_to_stl(X,resu_stl);