aboutsummaryrefslogtreecommitdiff
path: root/libmg2d.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-01-16 10:48:31 +0100
committerAnton Khirnov <anton@khirnov.net>2019-01-16 10:49:37 +0100
commit3cf65cde6a94a3c6685ac1231472bf96fcea7b88 (patch)
tree1aab759975fe695eccad041bddee23a6fe34f74f /libmg2d.v
parent2f457508915cdf61d2220b9db30d4aaecd7e07b7 (diff)
mg2d: add a function for getting maximum supported fd_stencil
This is needed for the caller to know the number of boundary zones that can be filled. API bump.
Diffstat (limited to 'libmg2d.v')
-rw-r--r--libmg2d.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmg2d.v b/libmg2d.v
index a51d313..ec37512 100644
--- a/libmg2d.v
+++ b/libmg2d.v
@@ -1,4 +1,4 @@
-LIBMG2D_3 {
+LIBMG2D_4 {
global: mg2d_*;
local: *;
};