From 9c4a61850ee6410755b6868467f8a6f2dd26c05e Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 19 Aug 2026 19:32:36 -0400 Subject: [PATCH] Features for better BLAS based coarse grids, for both single and multi RHS. Use sComplex and lexLattice in future to avoid layout changes and copies --- Grid/algorithms/multigrid/MultiGrid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Grid/algorithms/multigrid/MultiGrid.h b/Grid/algorithms/multigrid/MultiGrid.h index c7e67f39c..ba2e6d2b8 100644 --- a/Grid/algorithms/multigrid/MultiGrid.h +++ b/Grid/algorithms/multigrid/MultiGrid.h @@ -32,3 +32,5 @@ Author: Peter Boyle #include #include #include +#include +#include