From b584bfe20168ac6208154b1eef395b3805b35e77 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 30 Jan 2019 11:36:34 +0100 Subject: ell_grid_solve: split residual computation into its own file --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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 = [] -- cgit v1.2.3