Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
LibAPR
Commits
016bd6f8
Commit
016bd6f8
authored
Nov 22, 2018
by
cheesema
Browse files
Same fix, removed debug lines
parent
891fef3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/data_structures/APR/APRIterator.hpp
View file @
016bd6f8
...
...
@@ -379,8 +379,6 @@ inline bool APRIterator::set_iterator_by_global_coordinate(float x,float y,float
particle_cell
.
z
=
floor
(
z
);
particle_cell
.
level
=
this
->
level_max
();
this
->
current_gap
.
level
=
0
;
particle_cell
.
pc_offset
=
this
->
apr_access
->
gap_map
.
x_num
[
particle_cell
.
level
]
*
(
particle_cell
.
z
/
2
)
+
(
particle_cell
.
x
/
2
);
while
(
(
particle_cell
.
level
>
this
->
level_min
())
&
!
(
this
->
apr_access
->
find_particle_cell
(
particle_cell
,
this
->
current_gap
))
){
...
...
Write
Preview
Markdown
is supported
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