From c05047d28e7d84d2a5312c3c958063d4415b6dcc Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 26 Feb 2010 12:51:20 +0100 Subject: fix some BTL issues --- bench/btl/actions/action_lu_decomp.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/btl/actions') 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 ){ -- cgit v1.2.3