Skip to content

Commit

Permalink
must explicitly use this for kernal functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinRayAngus committed Jul 9, 2024
1 parent 438fad8 commit 93b2c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Particles/Collision/BinaryCollision/BinaryCollision.H
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ public:
cell_half_1, cell_stop_1,
indices_1, indices_1,
soa_1, soa_1, get_position_1, get_position_1,
n1, n1, T1, T1,
this->n1, this->n1, this->T1, this->T1,
q1, q1, m1, m1, dt, dV, coll_idx,
cell_start_pair, p_mask, p_pair_indices_1, p_pair_indices_2,
p_pair_reaction_weight, engine);
Expand Down Expand Up @@ -694,7 +694,7 @@ public:
cell_start_1, cell_stop_1, cell_start_2, cell_stop_2,
indices_1, indices_2,
soa_1, soa_2, get_position_1, get_position_2,
n1, n2, T1, T2,
this->n1, this->n2, this->T1, this->T2,
q1, q2, m1, m2, dt, dV, coll_idx,
cell_start_pair, p_mask, p_pair_indices_1, p_pair_indices_2,
p_pair_reaction_weight, engine);
Expand Down

0 comments on commit 93b2c08

Please sign in to comment.