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