Skip to content

Commit

Permalink
cleaning..
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Jan 23, 2024
1 parent 618e2a6 commit 0732833
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/IceNucleation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ function homogeneous_J(ip::CMP.Koop2000, Δa_w::FT) where {FT}

@assert Δa_w > ip.Δa_w_min
@assert Δa_w < ip.Δa_w_max
if Δa_w < ip.Δa_w_min
Δa_w = ip.Δa_w_min
elseif Δa_w > ip.Δa_w_max
Δa_w = ip.Δa_w_max
end

logJ::FT = ip.c₁ + ip.c₂ * Δa_w - ip.c₃ * Δa_w^2 + ip.c₄ * Δa_w^3

Expand Down

0 comments on commit 0732833

Please sign in to comment.