Skip to content

Commit

Permalink
Remove a couple of unused private members
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Nov 8, 2024
1 parent d23cff8 commit 9c1cfc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/invert/laplace/impls/hypre3d/hypre3d_laplace.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 9c1cfc9

Please sign in to comment.