aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_axpy.hh
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-03-31 10:58:30 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-03-31 10:58:30 +0200
commitf603823ef3ba156319d0296e101c702b769da522 (patch)
treee9ad7ec1b30fa89d241e1b40aadf7d309ab190c6 /bench/btl/actions/action_axpy.hh
parent8d0441052e7fac530fad12016f53f5b234a68d47 (diff)
BTL: fix warnings and extend to 5k matrices, update GotoBlas to OpenBlas, etc.
Diffstat (limited to 'bench/btl/actions/action_axpy.hh')
-rw-r--r--bench/btl/actions/action_axpy.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/actions/action_axpy.hh b/bench/btl/actions/action_axpy.hh
index e4cb3a5bd..261be4cb8 100644
--- a/bench/btl/actions/action_axpy.hh
+++ b/bench/btl/actions/action_axpy.hh
@@ -35,7 +35,7 @@ public :
// Ctor
- Action_axpy( int size ):_size(size),_coef(1.0)
+ Action_axpy( int size ):_coef(1.0),_size(size)
{
MESSAGE("Action_axpy Ctor");