summaryrefslogtreecommitdiff
path: root/src/routines/level2/xhpr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xhpr.cc')
-rw-r--r--src/routines/level2/xhpr.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routines/level2/xhpr.cc b/src/routines/level2/xhpr.cc
index 24d7ae95..b0cea72f 100644
--- a/src/routines/level2/xhpr.cc
+++ b/src/routines/level2/xhpr.cc
@@ -37,7 +37,8 @@ StatusCode Xhpr<T,U>::DoHpr(const Layout layout, const Triangle triangle,
// Specific Xhpr functionality is implemented in the kernel using defines
return DoHer(layout, triangle, n, alpha,
x_buffer, x_offset, x_inc,
- ap_buffer, ap_offset, n, true);
+ ap_buffer, ap_offset, n,
+ true); // packed matrix
}
// =================================================================================================