aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_axpby.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/actions/action_axpby.hh')
-rw-r--r--bench/btl/actions/action_axpby.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/actions/action_axpby.hh b/bench/btl/actions/action_axpby.hh
index 98511ab6a..dadd0ccf3 100644
--- a/bench/btl/actions/action_axpby.hh
+++ b/bench/btl/actions/action_axpby.hh
@@ -33,7 +33,7 @@ class Action_axpby {
public :
// Ctor
- Action_axpby( int size ):_size(size),_alpha(0.5),_beta(0.95)
+ Action_axpby( int size ):_alpha(0.5),_beta(0.95),_size(size)
{
MESSAGE("Action_axpby Ctor");