Skip to content

Commit

Permalink
Merge pull request #289 from cniethammer/unused-code-cleanup
Browse files Browse the repository at this point in the history
Remove unused _wellSeparated member from the FastMultipoleMethod class
  • Loading branch information
cniethammer authored Feb 21, 2024
2 parents 635c788 + 81c1186 commit 20bf52a
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 20bf52a

Please sign in to comment.