Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
9405c010
Commit
9405c010
authored
5 years ago
by
rttw52
Browse files
Options
Downloads
Patches
Plain Diff
Saving some space
parent
fee57df5
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1014
Gravity brute force checks, extra options
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/multipole.h
+2
-5
2 additions, 5 deletions
src/multipole.h
with
2 additions
and
5 deletions
src/multipole.h
+
2
−
5
View file @
9405c010
...
...
@@ -93,11 +93,6 @@ struct grav_tensor {
#error "Missing implementation for order >5"
#endif
#ifdef SWIFT_DEBUG_CHECKS
/* Total number of gpart this field tensor interacted with */
long
long
num_interacted
;
#endif
#ifdef SWIFT_GRAVITY_FORCE_CHECKS
/* Number of gparts interacted through the tree. */
long
long
num_interacted_tree
;
...
...
@@ -107,6 +102,8 @@ struct grav_tensor {
#endif
#ifdef SWIFT_DEBUG_CHECKS
/* Total number of gpart this field tensor interacted with */
long
long
num_interacted
;
/* Last time this tensor was zeroed */
integertime_t
ti_init
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment