aboutsummaryrefslogtreecommitdiff
path: root/mg2d.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-06-26 17:29:36 +0200
committerAnton Khirnov <anton@khirnov.net>2019-06-29 11:19:32 +0200
commit6d9c352ff599201dacff330004a7c6cd54705aaa (patch)
tree600d537d11bfacb4fda664447520aae267e90dc6 /mg2d.h
parent2bd55ca0e3fb500bff5cf5ceb36a80a196f0f29d (diff)
mg2d: make init_guess() MPI-aware
API and ABI break.
Diffstat (limited to 'mg2d.h')
-rw-r--r--mg2d.h1
1 files changed, 1 insertions, 0 deletions
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]);