From f8d7483dc43c03ea3c801bd5f9d5090f53f8d17f Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Fri, 14 Feb 2025 12:03:34 -0800 Subject: [PATCH] Expose MLCellLinOP::setInterpBndryHalfWidth for non-hypre cases (#4334) It could be useful for special cases with small blocking factors. --- Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H | 2 -- 1 file changed, 2 deletions(-) diff --git a/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H b/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H index b2f63da499..4c21c7f1a4 100644 --- a/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H +++ b/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H @@ -144,9 +144,7 @@ public: Vector > m_robin_bcval; -#ifdef AMREX_USE_HYPRE void setInterpBndryHalfWidth (int w) { m_interpbndry_halfwidth = w; } -#endif protected: