diff --git a/Project.toml b/Project.toml index 2614947e..70c72a96 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Thermodynamics" uuid = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c" authors = ["Climate Modeling Alliance"] -version = "0.11.5" +version = "0.11.6" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" diff --git a/src/relations.jl b/src/relations.jl index fab8c4e9..051fa174 100644 --- a/src/relations.jl +++ b/src/relations.jl @@ -1456,7 +1456,7 @@ end param_set::APS, ts::AbstractPhaseDry{FT}, ) where {FT <: Real} = q_pt_0(FT) -@inline function PhasePartition(param_set::APS, ts::AbstractPhaseEquil) +function PhasePartition(param_set::APS, ts::AbstractPhaseEquil) T = air_temperature(param_set, ts) ρ = air_density(param_set, ts) q_tot = total_specific_humidity(param_set, ts)