Skip to content

Commit

Permalink
Change comment to reflect correct definition of Jacobian.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hardman committed Feb 6, 2024
1 parent 9330f25 commit d9b5aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/src/geo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bzeta::Array{mk_float,2}
dBdz::Array{mk_float,2}
# d Bmag d r
dBdr::Array{mk_float,2}
# jacobian = grad r x grad z . grad zeta
# jacobian = r grad r x grad z . grad zeta
jacobian::Array{mk_float,2}

# magnetic drift physics coefficients
Expand Down

0 comments on commit d9b5aab

Please sign in to comment.