aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-04-09 09:44:46 +0200
committerAnton Khirnov <anton@khirnov.net>2019-04-09 09:45:32 +0200
commit1e83fd63c30d433ee53769d4e4768feabf822ae2 (patch)
treebc915af5b981f6bb282a9a6e857eb861de6dc42e /common.h
parent9c47c8202644e20e6ae054a6c7ddf09b6a0e4808 (diff)
mg2d: add higher-order interpolation operators
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 7ecdf01..0a36ca9 100644
--- a/common.h
+++ b/common.h
@@ -34,6 +34,6 @@ static inline int64_t gettime(void)
return (int64_t)tv.tv_sec * 1000000 + tv.tv_usec;
}
-#define FD_STENCIL_MAX 2
+#define FD_STENCIL_MAX 4
#endif /* MG2D_COMMON_H */