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