Skip to content

Commit

Permalink
remove lognormal struct
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Sep 18, 2024
1 parent 3f41812 commit 5cabf5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions parcel/ParcelDistributions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ struct Monodisperse{FT} <: CMP.ParametersType{FT} end

struct Gamma{FT} <: CMP.ParametersType{FT} end

struct Lognormal{FT} <: CMP.ParametersType{FT}
σ_g::FT
end

#! format: off
# Size distributiom moments
function distribution_moments(::Monodisperse, q, N, ρ, ρ_air)
Expand Down

0 comments on commit 5cabf5a

Please sign in to comment.