aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/basic_actions.hh
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-12-02 11:32:03 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-12-02 11:32:03 +0100
commitd2718d662c9759c29ed98456ab4abb128fc1a614 (patch)
tree3e9a590acc61e1c60e1740ed9124bc35d4edf913 /bench/btl/actions/basic_actions.hh
parent8c24723a09cd6b3852d2a5a0748f6a250d1d40f5 (diff)
Re-enable A^T*A action in BTL
Diffstat (limited to 'bench/btl/actions/basic_actions.hh')
-rw-r--r--bench/btl/actions/basic_actions.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/actions/basic_actions.hh b/bench/btl/actions/basic_actions.hh
index a3333ea26..62442f01f 100644
--- a/bench/btl/actions/basic_actions.hh
+++ b/bench/btl/actions/basic_actions.hh
@@ -6,7 +6,7 @@
#include "action_atv_product.hh"
#include "action_matrix_matrix_product.hh"
-// #include "action_ata_product.hh"
+#include "action_ata_product.hh"
#include "action_aat_product.hh"
#include "action_trisolve.hh"