Skip to content

Commit 0e64b5e

Browse files
committed
typo
1 parent 9346e0c commit 0e64b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/plots/NonEqFrostenberg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ice = CMP.CloudIce(override_toml_dict)
2020

2121
T_range = range(233, stop = 271, length = 500)
2222

23-
τᵢ_values = [CMNe.τ_N(ice, aps, ip, q_icl, T) for T in T_range]
23+
τᵢ_values = [CMNe.τ_Frostenberg(ice, aps, ip, q_icl, T) for T in T_range]
2424

2525
PL.plot(
2626
T_range,

0 commit comments

Comments
 (0)