aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-01-30 11:36:34 +0100
committerAnton Khirnov <anton@khirnov.net>2019-01-30 11:36:34 +0100
commitb584bfe20168ac6208154b1eef395b3805b35e77 (patch)
tree1882c7708e474adfc864bc3c1a1bd90a4b83d7fd /meson.build
parent783d260e0d47d6adb4388fea9ed8e35122d4f6c2 (diff)
ell_grid_solve: split residual computation into its own file
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c672c28..fb67c79 100644
--- a/meson.build
+++ b/meson.build
@@ -9,6 +9,7 @@ lib_src = [
'ell_grid_solve.c',
'log.c',
'mg2d.c',
+ 'residual_calc.c',
]
lib_obj = []