aboutsummaryrefslogtreecommitdiff
path: root/bench/btl/actions/action_axpy.hh
diff options
context:
space:
mode:
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");