Skip to content
Snippets Groups Projects
Commit d0829e5f authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

By default, do not use the tree below softening

parent d4b08e1e
No related branches found
No related tags found
1 merge request!1077Improved multipole acceptance criterion (MAC)
...@@ -125,7 +125,7 @@ void gravity_props_init(struct gravity_props *p, struct swift_params *params, ...@@ -125,7 +125,7 @@ void gravity_props_init(struct gravity_props *p, struct swift_params *params,
/* Are we allowing tree use below softening? */ /* Are we allowing tree use below softening? */
p->use_tree_below_softening = p->use_tree_below_softening =
parser_get_opt_param_int(params, "Gravity:use_tree_below_softening", 1); parser_get_opt_param_int(params, "Gravity:use_tree_below_softening", 0);
#ifdef GADGET2_SOFTENING_CORRECTION #ifdef GADGET2_SOFTENING_CORRECTION
if (p->use_tree_below_softening) if (p->use_tree_below_softening)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment