Skip to content
Snippets Groups Projects
Commit 8193736e authored by James Willis's avatar James Willis
Browse files

Correct comments.

parent 39dc9fa6
No related branches found
No related tags found
1 merge request!406Doself2 vectorisation
......@@ -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]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment