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
e7e45ebf
Commit
e7e45ebf
authored
Oct 26, 2017
by
James Willis
Browse files
Call dosub_self_density in DOSUB_SUBSET.
parent
826230b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact.h
View file @
e7e45ebf
...
...
@@ -2383,8 +2383,11 @@ void DOSUB_SUBSET(struct runner *r, struct cell *ci, struct part *parts,
/* Otherwise, compute self-interaction. */
else
#ifdef WITH_VECTORIZATION
runner_doself_subset_density_vec
(
r
,
ci
,
parts
,
ind
,
count
);
#else
DOSELF_SUBSET
(
r
,
ci
,
parts
,
ind
,
count
);
#endif
}
/* self-interaction. */
/* Otherwise, it's a pair interaction. */
...
...
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