Skip to content

Commit

Permalink
Fix docstring formatting (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller authored Feb 13, 2024
1 parent d91611c commit 638b57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/Geochemistry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Simple geometric mean interpolation from Sm and Gd alone, assuming the chondritic
abundances of Sun and McDonough 1989 (doi: 10.1144/gsl.sp.1989.042.01.19), that is
Eu$^{*}$ = `0.0580*sqrt(Sm/0.1530 * Gd/0.2055)`
Eu* = `0.0580*sqrt(Sm/0.1530 * Gd/0.2055)`
"""
function eustar(Sm::Number, Gd::Number)
# Geometric mean in regular space is equal to the arithmetic mean in log space. Fancy that!
Expand Down

0 comments on commit 638b57e

Please sign in to comment.