summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xaxpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level1/xaxpy.h')
-rw-r--r--include/internal/routines/level1/xaxpy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/routines/level1/xaxpy.h b/include/internal/routines/level1/xaxpy.h
index 4b9da890..689cf169 100644
--- a/include/internal/routines/level1/xaxpy.h
+++ b/include/internal/routines/level1/xaxpy.h
@@ -35,7 +35,7 @@ class Xaxpy: public Routine<T> {
using Routine<T>::ErrorIn;
// Constructor
- Xaxpy(Queue &queue, Event &event);
+ Xaxpy(Queue &queue, Event &event, const std::string &name = "AXPY");
// Templated-precision implementation of the routine
StatusCode DoAxpy(const size_t n, const T alpha,