Skip to content

Commit

Permalink
fixing the typo
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Jaruga <ajaruga@caltech.edu>
  • Loading branch information
AgnieszkaMakulska and trontrytel authored Feb 29, 2024
1 parent 9e2e642 commit 868bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parcel/Example_Frostenberg_Immersion_Freezing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ for (γ, color) in zip(γ_range, colors)
push!(solutions, sol)
end
mean_sol = sum(solutions) / length(solutions)
plot_results(sol.t, sol, γ, "γ=", " s", :solid, color)
plot_results(sol.t, mean_sol, γ, "γ=", " s", :solid, color)
end

MK.save("frostenberg_immersion_freezing.svg", fig)

0 comments on commit 868bb5f

Please sign in to comment.