From ab72ad7bb19f08d78218d3558545f9f58e5b36e7 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 25 Jun 2020 20:51:02 +0200 Subject: Switch to external ndarray library. --- ell_grid_solve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ell_grid_solve.h') diff --git a/ell_grid_solve.h b/ell_grid_solve.h index 095c591..1e00393 100644 --- a/ell_grid_solve.h +++ b/ell_grid_solve.h @@ -41,12 +41,12 @@ #include #include +#include #include "components.h" #include "log.h" #include "mg2d_boundary.h" #include "mg2d_constants.h" -#include "ndarray.h" #include "timer.h" enum EGSType { -- cgit v1.2.3