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
a1c65f67
Commit
a1c65f67
authored
Oct 05, 2017
by
James Willis
Browse files
Removed debug statements.
parent
4c179565
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
a1c65f67
...
...
@@ -793,12 +793,6 @@ __attribute__((always_inline)) INLINE void runner_doself2_force_vec(
/* Get a pointer to the ith particle. */
pi
=
&
parts
[
pid
];
if
(
pi
->
id
==
CHECK_PART_ID
)
{
message
(
"Here"
);
}
/* Is the ith particle active? */
if
(
!
part_is_active_no_debug
(
pi
,
max_active_bin
))
continue
;
...
...
@@ -1564,10 +1558,6 @@ void runner_dopair2_force_vec(struct runner *r, struct cell *ci,
struct
part
*
restrict
pi
=
&
parts_i
[
sort_i
[
pid
].
i
];
if
(
!
part_is_active
(
pi
,
e
))
continue
;
if
(
pi
->
id
==
CHECK_PART_ID
)
{
message
(
"Here"
);
}
/* Set the cache index. */
int
ci_cache_idx
=
pid
-
first_pi_align
;
...
...
@@ -1722,10 +1712,6 @@ void runner_dopair2_force_vec(struct runner *r, struct cell *ci,
struct
part
*
restrict
pj
=
&
parts_j
[
sort_j
[
pjd
].
i
];
if
(
!
part_is_active
(
pj
,
e
))
continue
;
if
(
pj
->
id
==
CHECK_PART_ID
)
{
message
(
"Here"
);
}
/* Set the cache index. */
int
cj_cache_idx
=
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