Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Nov 13, 2024
1 parent ffd2852 commit abdfddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parameters/AbstractAerosol.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Struct of type AerosolType. Refers to an arbitrary aerosol.
# Fields
$(DocStringExtensions.FIELDS)
"""
Base.@kwdef struct AbstractAerosol{FT} <: AerosolType{FT}
Base.@kwdef struct AbstractAerosol{FT} <: AerosolType{FT}
"m coefficient for deposition nucleation J [-]"
deposition_m::FT
"c coefficient for deposition nucleation J [-]"
Expand All @@ -31,4 +31,4 @@ function AbstractAerosol(td::CP.AbstractTOMLDict)
:ABIFM_c => FT(0),
)
return AbstractAerosol{FT}(; parameters...)
end
end

0 comments on commit abdfddd

Please sign in to comment.