Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Oct 10, 2023
1 parent ad6177e commit 9158093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/ideal_glm_mhd_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ terms.
v_dot_B_ll * B1_rr + v1_ll * psi_ll * psi_rr,
v1_ll * B1_rr,
v2_ll * B1_rr,
v3_ll * B1_B1_rravg,
v3_ll * B1_rr,
v1_ll * psi_rr)
else # orientation == 2
f = SVector(0,
Expand Down

0 comments on commit 9158093

Please sign in to comment.