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 0c221ae commit ec0ccf6Copy full SHA for ec0ccf6
src/simulation/m_ibm.fpp
@@ -1036,7 +1036,7 @@ contains
1036
pressure_divergence(3) = 0._wp
1037
end if
1038
1039
- ! Update the force values atmoically to prevent race conditions
+ ! Update the force values atomically to prevent race conditions
1040
$:GPU_ATOMIC(atomic='update')
1041
forces(ib_idx, :) = forces(ib_idx, :) - (pressure_divergence*cell_volume)
1042
0 commit comments