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
9a70f0d9
Commit
9a70f0d9
authored
Apr 01, 2017
by
Matthieu Schaller
Browse files
space_iscorner() --> sort_is_corner()
parent
13bae9eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact.h
View file @
9a70f0d9
...
...
@@ -3056,7 +3056,7 @@ void DOPAIR1_BRANCH(struct runner *r, struct cell *ci, struct cell *cj) {
error
(
"Trying to interact unsorted cells."
);
#if defined(WITH_VECTORIZATION) && defined(GADGET2_SPH) && (DOPAIR1_BRANCH == runner_dopair1_density_branch)
if
(
!
s
pace
_iscorner
(
sid
))
if
(
!
s
ort
_is
_
corner
(
sid
))
runner_dopair1_density_vec
(
r
,
ci
,
cj
);
else
DOPAIR1
(
r
,
ci
,
cj
);
...
...
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