Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Osamu Miyawaki committed Oct 19, 2023
1 parent f89bc6f commit 85bd432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metpy/calc/thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def dt_r14(p, t, params):
(mpconsts.nounit.Rd * mpconsts.nounit.Lv) - 1) * mpconsts.nounit.g * de )
frac = ( mpconsts.nounit.Rd * t / (mpconsts.nounit.g) *
mpconsts.nounit.Rv * t**2 / mpconsts.nounit.Lv *
((-a2 + np.sqrt(a2**2 - 4 * a1 * a3)) / (2 * a1) +
((-a2 + np.sqrt(a2**2 - 4 * a1 * a3)) / (2 * a1) +
mpconsts.nounit.g / (mpconsts.nounit.Rd * t)) )
return frac / p

Expand Down

0 comments on commit 85bd432

Please sign in to comment.