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