diff options
Diffstat (limited to 'eigen/bench/btl/actions/action_axpby.hh')
-rw-r--r-- | eigen/bench/btl/actions/action_axpby.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eigen/bench/btl/actions/action_axpby.hh b/eigen/bench/btl/actions/action_axpby.hh index 98511ab..dadd0cc 100644 --- a/eigen/bench/btl/actions/action_axpby.hh +++ b/eigen/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"); |