Skip to content
GitLab
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
2f5cf547
Commit
2f5cf547
authored
Mar 04, 2017
by
Matthieu Schaller
Browse files
Only use debugging variables when debugging
parent
52c52f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multipole.h
View file @
2f5cf547
...
...
@@ -359,9 +359,10 @@ INLINE static void gravity_L2P(const struct gravity_tensors *l,
struct
gpart
*
gp
=
&
gparts
[
i
];
// if(gpart_is_active(gp, e)){
// if(gpart_is_active(gp, e)){
#ifdef SWIFT_DEBUG_CHECKS
gp
->
mass_interacted
+=
l
->
mass_interacted
;
#endif
//}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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