Skip to content

Commit

Permalink
fix gpu error
Browse files Browse the repository at this point in the history
  • Loading branch information
haakon-e committed Mar 5, 2025
1 parent 0eba545 commit 3ab33a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parameters/MicrophysicsP3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@ From [MorrisonMilbrandt2015](@cite)
# Fields
$(DocStringExtensions.FIELDS)
"""
Base.@kwdef struct ParametersP3{FT} <: ParametersType{FT}
Base.@kwdef struct ParametersP3{FT, SLOPELAW <: SlopeLaw{FT}} <: ParametersType{FT}
"Mass-size relation"
mass::MassPowerLaw{FT}
"Area-size relation"
area::AreaPowerLaw{FT}
"Slope relation"
slope::SlopeLaw{FT}
slope::SLOPELAW
"Ventilation relation"
vent::VentilationSB2005{FT}
"Cloud ice density [kg m⁻³]"
Expand Down

0 comments on commit 3ab33a2

Please sign in to comment.