aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-02-26 12:51:20 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-02-26 12:51:20 +0100
commitc05047d28e7d84d2a5312c3c958063d4415b6dcc (patch)
tree14de1065948bf4567cbece02966a6bde3216b08c /bench/btl/actions
parent3ac2b96a2f131e8162d39f0976cfb31b1a853237 (diff)
fix some BTL issues
Diffstat (limited to 'bench/btl/actions')
-rw-r--r--bench/btl/actions/action_lu_decomp.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/actions/action_lu_decomp.hh b/bench/btl/actions/action_lu_decomp.hh
index 147884e76..93de7866b 100644
--- a/bench/btl/actions/action_lu_decomp.hh
+++ b/bench/btl/actions/action_lu_decomp.hh
@@ -76,7 +76,7 @@ public :
static inline std::string name( void )
{
- return "lu_decomp_"+Interface::name();
+ return "complete_lu_decomp_"+Interface::name();
}
double nb_op_base( void ){