summaryrefslogtreecommitdiff
path: root/include/internal/routines/level3/xher2k.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level3/xher2k.h')
-rw-r--r--include/internal/routines/level3/xher2k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/routines/level3/xher2k.h b/include/internal/routines/level3/xher2k.h
index 9e961d23..7113a172 100644
--- a/include/internal/routines/level3/xher2k.h
+++ b/include/internal/routines/level3/xher2k.h
@@ -40,7 +40,7 @@ class Xher2k: public Routine<T> {
using Routine<T>::ErrorIn;
// Constructor
- Xher2k(Queue &queue, Event &event);
+ Xher2k(Queue &queue, Event &event, const std::string &name = "HER2K");
// Templated-precision implementation of the routine
StatusCode DoHer2k(const Layout layout, const Triangle triangle, const Transpose ab_transpose,