Skip to content

Commit

Permalink
Initialize Optimiser::consider_empty_community to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson authored Jun 15, 2018
1 parent e46b457 commit b7d756b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Optimiser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
Optimiser::Optimiser()
{
this->consider_comms = Optimiser::ALL_NEIGH_COMMS;
this->consider_empty_community = true;
}

Optimiser::~Optimiser()
Expand Down

0 comments on commit b7d756b

Please sign in to comment.