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
df10732a
Commit
df10732a
authored
Mar 15, 2018
by
Matthieu Schaller
Browse files
Allow the code to compile with non-Gadget SPH and vectorization switched on.
parent
65c8cbe2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
df10732a
...
@@ -1689,7 +1689,7 @@ void runner_dopair_subset_density_vec(struct runner *r,
...
@@ -1689,7 +1689,7 @@ void runner_dopair_subset_density_vec(struct runner *r,
struct
cell
*
restrict
cj
,
const
int
sid
,
struct
cell
*
restrict
cj
,
const
int
sid
,
const
int
flipped
,
const
double
*
shift
)
{
const
int
flipped
,
const
double
*
shift
)
{
#ifdef
WITH_VECTORIZATION
#if
def
ined(
WITH_VECTORIZATION
) && defined(GADGET2_SPH)
TIMER_TIC
;
TIMER_TIC
;
...
...
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