summaryrefslogtreecommitdiff
path: root/src/routines/level2/xhbmv.cc
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-09-19 17:40:38 +0200
committerCNugteren <web@cedricnugteren.nl>2015-09-19 17:40:38 +0200
commit80da67d28bbcff958071befb48ccacac05ebbe49 (patch)
tree04d25eaeefb6302871dd1fd32db866bcad33977b /src/routines/level2/xhbmv.cc
parentc32c4a973928536850aab594239000ce6ddc2c5a (diff)
Added the HPMV routine
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);
}
// =================================================================================================