Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
965b89f7
Commit
965b89f7
authored
Mar 04, 2017
by
Matthieu Schaller
Browse files
Merge branch 'master' into timebin_optimization
parents
63a75ade
0b3df5fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multipole.h
View file @
965b89f7
...
...
@@ -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
//}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment