summaryrefslogtreecommitdiff
path: root/src/routines/level2/xhbmv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xhbmv.cc')
-rw-r--r--src/routines/level2/xhbmv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/level2/xhbmv.cc b/src/routines/level2/xhbmv.cc
index 90c0c787..f59a7cb3 100644
--- a/src/routines/level2/xhbmv.cc
+++ b/src/routines/level2/xhbmv.cc
@@ -51,7 +51,7 @@ StatusCode Xhbmv<T>::DoHbmv(const Layout layout, const Triangle triangle,
x_buffer, x_offset, x_inc, beta,
y_buffer, y_offset, y_inc,
fast_kernels, fast_kernels,
- is_upper, k, 0);
+ is_upper, false, k, 0);
}
// =================================================================================================