We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2926173 commit 9f54e65Copy full SHA for 9f54e65
src/simulation/m_ibm.fpp
@@ -1045,7 +1045,7 @@ contains
1045
1046
! Update the force values atomically to prevent race conditions
1047
call s_cross_product(radial_vector, pressure_divergence, local_torque_contribution) ! separate out to make atomics safe
1048
- local_torque_contribution = local_torque_contribution * cell_volume
+ local_torque_contribution = local_torque_contribution*cell_volume
1049
do l = 1, 3
1050
$:GPU_ATOMIC(atomic='update')
1051
forces(ib_idx, l) = forces(ib_idx, l) - (pressure_divergence(l)*cell_volume)
0 commit comments