Skip to content

Commit 0e0061b

Browse files
committed
Update functions.cpp
1 parent b61898b commit 0e0061b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

c++/src/functions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ void Framework::interact(){
152152
// THIS COULD BE DONE ONCE AT INITIALIZATION
153153
// ALSO, THE CELL INDEX COULD BE STORED IN THE PARTICLE STRUCT
154154

155-
156155
neighbours[0] = i;
157156
neighbours[1] = get_cell_ID(xbound(p_ref.x-cell_size, width), xbound(p_ref.y+cell_size, height));
158157
neighbours[2] = get_cell_ID(xbound(p_ref.x, width), xbound(p_ref.y+cell_size, height));

0 commit comments

Comments
 (0)