Skip to content

Commit

Permalink
Merge pull request #21 from JuliaGeodynamics/albert-de-montserrat-pat…
Browse files Browse the repository at this point in the history
…ch-1

Fix typo
  • Loading branch information
albert-de-montserrat authored Nov 20, 2023
2 parents 41a3e0a + fedd23f commit 82cb326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interpolations/particle_to_grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
any(isnan, p_i) && continue
ω_i = bilinear_weight(xvertex, p_i, di)
ω += ω_i
ωxF = muladd(ω_i, @cell(Fp[ip, ivertex, jvertex]), ωF)
ωxF = muladd(ω_i, @cell(Fp[i, ivertex, jvertex]), ωF)
end
end
end
Expand Down

0 comments on commit 82cb326

Please sign in to comment.