aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_matrix_vector_product.hh
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-12 21:41:32 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-12 21:41:32 +0000
commited6e07b2f6d91fa34253f97d13049d7cbabf6a34 (patch)
tree4ff556601f66863ddf410341657b430212ad5a7e /bench/btl/actions/action_matrix_vector_product.hh
parent8233de8b69daf5d15daf3102b1788c833b56779c (diff)
various improvements of the plot generator in BTL
Diffstat (limited to 'bench/btl/actions/action_matrix_vector_product.hh')
-rw-r--r--bench/btl/actions/action_matrix_vector_product.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/actions/action_matrix_vector_product.hh b/bench/btl/actions/action_matrix_vector_product.hh
index 7e490abe3..3a172f292 100644
--- a/bench/btl/actions/action_matrix_vector_product.hh
+++ b/bench/btl/actions/action_matrix_vector_product.hh
@@ -88,7 +88,7 @@ public :
static inline std::string name( void )
{
- return "matrix_vector_"+Interface::name();
+ return "matrix_vector_" + Interface::name();
}
double nb_op_base( void ){