From caa1ef751551c26dec731b305177190cbd30048f Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 9 Mar 2009 23:28:46 +0000 Subject: various BTL updates (disable Cholesky for MTL, add new plot settings, etc) --- bench/btl/actions/action_trisolve_matrix.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/btl/actions') diff --git a/bench/btl/actions/action_trisolve_matrix.hh b/bench/btl/actions/action_trisolve_matrix.hh index 0fc2bb9ef..92d9b9f89 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 "trisolve_matrix_"+Interface::name(); + return "matrix_trisolve_"+Interface::name(); } double nb_op_base( void ){ -- cgit v1.2.3