summaryrefslogtreecommitdiff
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:12 +0200
commit33d18edb8db8cad947b7a06206d4000ad0bfa619 (patch)
tree1f5cce5c2d074dfb8678ba2f2531b630129bf768 /common.h
parent553c8fb35710da42ed958a79940693d4b68290ee (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 */