From eb89371d2b36141ca94b1351c5217942a40d390c Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 3 Jan 2018 20:19:45 +0100 Subject: Added a queue argument to the get-size function when running the tests/clients --- test/routines/level2/xspr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/routines/level2/xspr.hpp') diff --git a/test/routines/level2/xspr.hpp b/test/routines/level2/xspr.hpp index d76de610..af17b8cd 100644 --- a/test/routines/level2/xspr.hpp +++ b/test/routines/level2/xspr.hpp @@ -49,7 +49,7 @@ class TestXspr { } // Describes how to set the sizes of all the buffers - static void SetSizes(Arguments &args) { + static void SetSizes(Arguments &args, Queue&) { args.ap_size = GetSizeAP(args); args.x_size = GetSizeX(args); } -- cgit v1.2.3