From 6d9c352ff599201dacff330004a7c6cd54705aaa Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 26 Jun 2019 17:29:36 +0200 Subject: mg2d: make init_guess() MPI-aware API and ABI break. --- mg2d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mg2d.h') diff --git a/mg2d.h b/mg2d.h index 2f593bc..867d77e 100644 --- a/mg2d.h +++ b/mg2d.h @@ -288,6 +288,7 @@ unsigned int mg2d_max_fd_stencil(void); int mg2d_init_guess(MG2DContext *ctx, const double *src, ptrdiff_t src_stride, + const ptrdiff_t src_start[2], const size_t src_size[2], const double src_step[2]); -- cgit v1.2.3