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