summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xscal.h
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-10-12 08:35:58 +0200
committerCNugteren <web@cedricnugteren.nl>2015-10-12 08:35:58 +0200
commitf74c9a564074174b6cb43d3f261be82ace6538d5 (patch)
tree0eb53439362ec23a98fa60d9b8c270690a51cecc /include/internal/routines/level1/xscal.h
parent54a8723f8cd4f34a08d651216d680578ffc47fa5 (diff)
Routine names are now all default arguments defined in the header
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,