From 5cabf5a048f6e3f584d9a210282e4ab20c457532 Mon Sep 17 00:00:00 2001 From: amylu00 Date: Wed, 18 Sep 2024 13:00:22 -0700 Subject: [PATCH] remove lognormal struct --- parcel/ParcelDistributions.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/parcel/ParcelDistributions.jl b/parcel/ParcelDistributions.jl index ff86f59d43..50ebd322ba 100644 --- a/parcel/ParcelDistributions.jl +++ b/parcel/ParcelDistributions.jl @@ -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)