summaryrefslogtreecommitdiff
path: root/mg2d.c
diff options
context:
space:
mode:
Diffstat (limited to 'mg2d.c')
-rw-r--r--mg2d.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mg2d.c b/mg2d.c
index 55b8ed9..6b94def 100644
--- a/mg2d.c
+++ b/mg2d.c
@@ -714,3 +714,8 @@ void mg2d_print_stats(MG2DContext *ctx, const char *prefix)
other / 1e6, other / 1e3 / priv->count_solve);
}
+
+unsigned int mg2d_max_fd_stencil(void)
+{
+ return FD_STENCIL_MAX;
+}