summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xmax.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level1/xmax.h')
-rw-r--r--include/internal/routines/level1/xmax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/routines/level1/xmax.h b/include/internal/routines/level1/xmax.h
index 860a043b..a872cede 100644
--- a/include/internal/routines/level1/xmax.h
+++ b/include/internal/routines/level1/xmax.h
@@ -36,7 +36,7 @@ class Xmax: public Xamax<T> {
// Forwards to the regular absolute version. The implementation difference is realised in the
// kernel through a pre-processor macro based on the name of the routine.
StatusCode DoMax(const size_t n,
- const Buffer<T> &imax_buffer, const size_t imax_offset,
+ const Buffer<unsigned int> &imax_buffer, const size_t imax_offset,
const Buffer<T> &x_buffer, const size_t x_offset, const size_t x_inc) {
return DoAmax(n, imax_buffer, imax_offset, x_buffer, x_offset, x_inc);
}