summaryrefslogtreecommitdiff
path: root/src/routines/level2/xhemv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xhemv.cc')
-rw-r--r--src/routines/level2/xhemv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/level2/xhemv.cc b/src/routines/level2/xhemv.cc
index efad829b..5a58b28b 100644
--- a/src/routines/level2/xhemv.cc
+++ b/src/routines/level2/xhemv.cc
@@ -51,7 +51,7 @@ StatusCode Xhemv<T>::DoHemv(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, 0, 0);
+ is_upper, false, 0, 0);
}
// =================================================================================================