From 9c1cfc98eca401edcfaa97f1a8c25a752d357c2c Mon Sep 17 00:00:00 2001 From: Peter Hill Date: Fri, 8 Nov 2024 09:36:02 +0000 Subject: [PATCH] Remove a couple of unused private members --- src/invert/laplace/impls/hypre3d/hypre3d_laplace.hxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/invert/laplace/impls/hypre3d/hypre3d_laplace.hxx b/src/invert/laplace/impls/hypre3d/hypre3d_laplace.hxx index 2a5761440f..2d45fc742e 100644 --- a/src/invert/laplace/impls/hypre3d/hypre3d_laplace.hxx +++ b/src/invert/laplace/impls/hypre3d/hypre3d_laplace.hxx @@ -216,9 +216,6 @@ public: }; Hypre3dMonitor monitor; - bool use_precon; // Switch for preconditioning - bool rightprec; // Right preconditioning - // These are the implemented flags static constexpr int implemented_flags = INVERT_START_NEW; static constexpr int implemented_boundary_flags =