From 5204a9822136869f43cc5b2b3e481c4b9ee61083 Mon Sep 17 00:00:00 2001 From: "armindamon.riess" <armindamon.riess@uzh.ch> Date: Tue, 13 Dec 2022 15:28:14 +0100 Subject: [PATCH] theta0 =0 -> tree force should be exact but isn't --- lib/node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node.hpp b/lib/node.hpp index 9a43808..244e530 100644 --- a/lib/node.hpp +++ b/lib/node.hpp @@ -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_; -- GitLab