aboutsummaryrefslogtreecommitdiff
path: root/bicgstab.h
diff options
context:
space:
mode:
Diffstat (limited to 'bicgstab.h')
-rw-r--r--bicgstab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bicgstab.h b/bicgstab.h
index 338a4a9..cecc06d 100644
--- a/bicgstab.h
+++ b/bicgstab.h
@@ -36,7 +36,7 @@ typedef struct BiCGStabContext BiCGStabContext;
* If the OpenCL context and command queue are provided (non-NULL), the solver
* will run using clBLAS.
*/
-int tdi_bicgstab_context_alloc(BiCGStabContext **ctx, int N,
+int tdi_bicgstab_context_alloc(BiCGStabContext **ctx, int N, int maxiter,
cl_context ocl_ctx, cl_command_queue ocl_q);
/**