aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-01-31 10:54:21 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-01-31 10:54:21 +0100
commit476cb4c65ce188ad43a8d76411e6eb4aeccffd47 (patch)
tree97f128dd2ad1a9bd42893e6df292ac4d6363d9aa /bench/btl/actions
parent9a73bfeb85fa842d962cfd342df85601a5b0e7fa (diff)
fix name collision
Diffstat (limited to 'bench/btl/actions')
-rw-r--r--bench/btl/actions/action_trisolve.hh2
-rw-r--r--bench/btl/actions/action_trisolve_matrix.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/btl/actions/action_trisolve.hh b/bench/btl/actions/action_trisolve.hh
index 52ef17e60..d6f0b477e 100644
--- a/bench/btl/actions/action_trisolve.hh
+++ b/bench/btl/actions/action_trisolve.hh
@@ -87,7 +87,7 @@ public :
static inline std::string name( void )
{
- return "trisolve_"+Interface::name();
+ return "trisolve_vector_"+Interface::name();
}
double nb_op_base( void ){
diff --git a/bench/btl/actions/action_trisolve_matrix.hh b/bench/btl/actions/action_trisolve_matrix.hh
index 92d9b9f89..0fc2bb9ef 100644
--- a/bench/btl/actions/action_trisolve_matrix.hh
+++ b/bench/btl/actions/action_trisolve_matrix.hh
@@ -101,7 +101,7 @@ public :
static inline std::string name( void )
{
- return "matrix_trisolve_"+Interface::name();
+ return "trisolve_matrix_"+Interface::name();
}
double nb_op_base( void ){