Skip to content

Commit 9f54e65

Browse files
Formatting
1 parent 2926173 commit 9f54e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_ibm.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ contains
10451045
10461046
! Update the force values atomically to prevent race conditions
10471047
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
1048+
local_torque_contribution = local_torque_contribution*cell_volume
10491049
do l = 1, 3
10501050
$:GPU_ATOMIC(atomic='update')
10511051
forces(ib_idx, l) = forces(ib_idx, l) - (pressure_divergence(l)*cell_volume)

0 commit comments

Comments
 (0)