summaryrefslogtreecommitdiff
path: root/include/internal/routines/level3/xherk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level3/xherk.h')
-rw-r--r--include/internal/routines/level3/xherk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/routines/level3/xherk.h b/include/internal/routines/level3/xherk.h
index f285a71c..47112c2c 100644
--- a/include/internal/routines/level3/xherk.h
+++ b/include/internal/routines/level3/xherk.h
@@ -39,7 +39,7 @@ class Xherk: public Routine<T> {
using Routine<T>::ErrorIn;
// Constructor
- Xherk(Queue &queue, Event &event);
+ Xherk(Queue &queue, Event &event, const std::string &name = "HERK");
// Templated-precision implementation of the routine
StatusCode DoHerk(const Layout layout, const Triangle triangle, const Transpose a_transpose,