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

Merge branch 'master' into timebin_optimization

parents 63a75ade 0b3df5fe
No related branches found
No related tags found
1 merge request!316Timebin optimization
......@@ -357,11 +357,13 @@ INLINE static void gravity_L2P(const struct gravity_tensors *l,
for (int i = 0; i < gcount; ++i) {
#ifdef SWIFT_DEBUG_CHECKS
struct gpart *gp = &gparts[i];
// if(gpart_is_active(gp, e)){
// if(gpart_is_active(gp, e)){
gp->mass_interacted += l->mass_interacted;
#endif
//}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment