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
0a23d138
Commit
0a23d138
authored
Dec 08, 2017
by
James Willis
Browse files
Removed comments.
parent
9c65f704
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
0a23d138
...
...
@@ -1629,12 +1629,6 @@ void runner_dopair2_force_vec(struct runner *r, struct cell *ci,
di_max
,
dj_min
,
max_index_i
,
max_index_j
,
&
first_pi
,
&
last_pj
,
max_active_bin
);
//first_pi = 0;
//last_pj = count_j - 1;
//for(int i = 0; i<count_i; i++) max_index_i[i] = last_pj;
//for(int i = 0; i<count_j; i++) max_index_j[i] = first_pi;
/* Limits of the outer loops. */
const
int
first_pi_loop
=
first_pi
;
const
int
last_pj_loop_end
=
last_pj
+
1
;
...
...
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