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
8193736e
Commit
8193736e
authored
Aug 24, 2017
by
James Willis
Browse files
Correct comments.
parent
39dc9fa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
8193736e
...
...
@@ -738,8 +738,7 @@ for (int pid = 0; pid < count; pid++) {
v_doi_mask
.
v
=
vec_and
(
v_doi_mask
.
v
,
v_doi_mask_self_check
.
v
);
doi_mask
=
vec_form_int_mask
(
v_doi_mask
);
/* If there are any interactions left pack interaction values into c2
* cache. */
/* If there are any interactions perform them. */
if
(
doi_mask
)
{
vector
v_hj
,
v_hj_inv
;
v_hj
.
v
=
vec_load
(
&
cell_cache
->
h
[
pjd
]);
...
...
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