aboutsummaryrefslogtreecommitdiff
path: root/mg2d.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-01-25 15:55:47 +0100
committerAnton Khirnov <anton@khirnov.net>2019-01-25 15:55:47 +0100
commit30ca9d8f0fa8dcaab5606d03e4cdf4082db9baae (patch)
tree6c09aa45cd753e986a0050d4bd47d24a93db4962 /mg2d.c
parentbe15318094225dc75d1f3c4a7984e770d4e128ec (diff)
mg2d: split the constant definitions into their own header
This will allow sharing them with ell_relax.
Diffstat (limited to 'mg2d.c')
-rw-r--r--mg2d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mg2d.c b/mg2d.c
index 81b1b46..76878ca 100644
--- a/mg2d.c
+++ b/mg2d.c
@@ -30,6 +30,7 @@
#include "ell_relax.h"
#include "log.h"
#include "mg2d.h"
+#include "mg2d_constants.h"
#define LEVELS_MAX 16