Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Sep 18, 2024
1 parent 9af8cdd commit a6a2512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ end
if !hasproperty(cache, :interp_order) || cache.interp_order == 2
@views @.. out=Θ1 * y₀[idxs] + Θ * (y₁[idxs] + Θ1 * (k[1][idxs] + Θ * k[2][idxs]))
else
@views @.. Θ1 * y₀[idxs]+Θ * (y₁[idxs] +
@views @.. out=Θ1 * y₀[idxs]+Θ * (y₁[idxs] +
Θ1 * (k[1][idxs] + Θ * (k[2][idxs] + Θ * k[3][idxs])))
end
out
Expand Down

0 comments on commit a6a2512

Please sign in to comment.