From 75f263ce3aa35f57115670af18719137b3020e79 Mon Sep 17 00:00:00 2001 From: CNugteren Date: Fri, 26 Jun 2015 08:10:23 +0200 Subject: Added symmetric matrix support for the ABC performance tester --- test/performance/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/performance/client.h') diff --git a/test/performance/client.h b/test/performance/client.h index edcd1b68..097ae048 100644 --- a/test/performance/client.h +++ b/test/performance/client.h @@ -56,7 +56,7 @@ void ClientAC(int argc, char *argv[], Routine2 client_routine, const std::vector &options); template void ClientABC(int argc, char *argv[], Routine3 client_routine, - const std::vector &options); + const std::vector &options, const bool symmetric); // ================================================================================================= -- cgit v1.2.3