Skip to content

Commit

Permalink
Update Flow.jl
Browse files Browse the repository at this point in the history
Typo in comment
  • Loading branch information
weymouth authored Dec 30, 2023
1 parent 0bdcacb commit aa99498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ upperBoundary!(r,u,Φ,ν,i,j,N,::Val{true}) = @loop r[I-δ(j,I),i] -= Φ[CIj(j,I
"""
accelerate!(r,t,g)
This function apply uniform acceleration field `g` at time `t` to `r`.
This function applies a uniform acceleration field `g` at time `t` to `r`.
If `g ≠ nothing`, then `g(i,t)=dUᵢ/dt`.
"""
accelerate!(r,t,g) = for i 1:last(size(r))
Expand Down

0 comments on commit aa99498

Please sign in to comment.