aboutsummaryrefslogtreecommitdiff
path: root/libmg2d.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-01-13 13:51:27 +0100
committerAnton Khirnov <anton@khirnov.net>2019-01-13 13:51:27 +0100
commit685f204c329a59ae2245fa55b8639da73877f39d (patch)
treeebdd393fd11bb1783dc7bdba5e0fc80454c913cb /libmg2d.v
parentfe66d06cddc60124eb7cd6ba251749432a47111c (diff)
mg2d: make the cfl factor runtime-configurable
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 e4b7b24..a51d313 100644
--- a/libmg2d.v
+++ b/libmg2d.v
@@ -1,4 +1,4 @@
-LIBMG2D_2 {
+LIBMG2D_3 {
global: mg2d_*;
local: *;
};