Skip to content

Commit ec0ccf6

Browse files
Spelling:
1 parent 0c221ae commit ec0ccf6

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
@@ -1036,7 +1036,7 @@ contains
10361036
pressure_divergence(3) = 0._wp
10371037
end if
10381038
1039-
! Update the force values atmoically to prevent race conditions
1039+
! Update the force values atomically to prevent race conditions
10401040
$:GPU_ATOMIC(atomic='update')
10411041
forces(ib_idx, :) = forces(ib_idx, :) - (pressure_divergence*cell_volume)
10421042
$:GPU_ATOMIC(atomic='update')

0 commit comments

Comments
 (0)