summaryrefslogtreecommitdiff
path: root/test/routines/level1/xnrm2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level1/xnrm2.hpp')
-rw-r--r--test/routines/level1/xnrm2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level1/xnrm2.hpp b/test/routines/level1/xnrm2.hpp
index f3a789b5..22973e1b 100644
--- a/test/routines/level1/xnrm2.hpp
+++ b/test/routines/level1/xnrm2.hpp
@@ -47,7 +47,7 @@ class TestXnrm2 {
}
// Describes how to set the sizes of all the buffers
- static void SetSizes(Arguments<T> &args) {
+ static void SetSizes(Arguments<T> &args, Queue&) {
args.x_size = GetSizeX(args);
args.scalar_size = GetSizeNrm2(args);
}