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
ca6a8f54
Commit
ca6a8f54
authored
Apr 27, 2017
by
James Willis
Browse files
Removed unneeded function declaration.
parent
dfdcd16b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
ca6a8f54
...
...
@@ -27,7 +27,6 @@
/* This object's header. */
#include
"runner_doiact_vec.h"
void
runner_dopair1_density
(
struct
runner
*
r
,
struct
cell
*
ci
,
struct
cell
*
cj
);
#ifdef WITH_VECTORIZATION
/**
* @brief Compute the vector remainder interactions from the secondary cache.
...
...
@@ -1373,7 +1372,6 @@ void runner_dopair1_density_vec(struct runner *r, struct cell *ci,
}
/* loop over the parts in cj. */
TIMER_TOC
(
timer_dopair_density
);
}
#endif
/* WITH_VECTORIZATION */
...
...
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