Skip to content
Snippets Groups Projects
Commit 5204a982 authored by Armin Damon Riess's avatar Armin Damon Riess
Browse files

theta0 =0 -> tree force should be exact but isn't

parent ba28b71a
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ private:
unsigned nLocalParticles_;
double totalMass_;
const double theta0_ = 0.1;
const double theta0_ = 0.0;
const double minNParticles_ = 32;
const double maxDepth_ = 24;
bool isLeaf_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment