Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezgp committed Jun 28, 2022
1 parent 7883341 commit bbee2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thermodynamics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function specific_enthalpy_sat(
q_tot::FT,
::Type{phase_type},
) where {FT <: Real, phase_type <: TD.ThermodynamicState}
return TD.specific_enthalpy(param_set, T, TD.PhasePartition_equil(param_set, T, ρ, q_tot, phase_type))
return specific_enthalpy(param_set, T, TD.PhasePartition_equil(param_set, T, ρ, q_tot, phase_type))
end

function PhaseDry_ph(param_set::APS, p::FT, h::FT) where {FT <: Real}
Expand Down

0 comments on commit bbee2a6

Please sign in to comment.