Skip to content

Commit

Permalink
Remove unused _wellSeparated member from the FastMultipoleMethod class
Browse files Browse the repository at this point in the history
The _wellSeparated member in the FastMultipoleMethod class is nowhere else
used in the code, therefore, remove it.

Signed-off-by: Christoph Niethammer <[email protected]>
  • Loading branch information
cniethammer committed Feb 20, 2024
1 parent 635c788 commit 81c1186
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bhfmm/FastMultipoleMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class FastMultipoleMethod {
public:
FastMultipoleMethod() : _order(-1),
_LJCellSubdivisionFactor(0),
_wellSeparated(0),
_adaptive(false)
{}
~FastMultipoleMethod();
Expand Down Expand Up @@ -92,7 +91,6 @@ class FastMultipoleMethod {
private:
int _order;
unsigned _LJCellSubdivisionFactor;
int _wellSeparated;
bool _adaptive;
bool _periodic;

Expand Down

0 comments on commit 81c1186

Please sign in to comment.