Skip to content

Commit dd2c678

Browse files
committed
Try fix.
1 parent 1edca75 commit dd2c678

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/cl/lbvh.cl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,9 @@ void calculateForce(float x0, float y0, float m0, __global const struct Node *no
473473
stack_size++;
474474
}
475475
}
476-
477-
*force_x = fx;
478-
*force_y = fy;
479476
}
477+
*force_x = fx;
478+
*force_y = fy;
480479
}
481480

482481
__kernel void calculateForces(

0 commit comments

Comments
 (0)