Skip to content

Commit

Permalink
typos in extended_saturation_temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Aug 23, 2024
1 parent 8abf0f9 commit cb8b059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ end
###Bubble Temperature

function __x0_bubble_temperature(model::EoSModel,p,x,Tx0 = nothing,volatiles = FillArrays.Fill(true,length(model)),pure = split_model(model),crit = nothing)
sat = extended_saturation_temperature.(pure,p,volatiles,crit_retry = false)
sat = extended_saturation_temperature.(pure,p,crit,volatiles,crit_retry = false)
if crit === nothing
_crit = __crit_pure.(sat,pure,volatiles)
else
Expand Down
2 changes: 1 addition & 1 deletion src/methods/property_solvers/multicomponent/dew_point.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ end


function __x0_dew_temperature(model::EoSModel,p,y,Tx0 = nothing,condensables = FillArrays.Fill(true,length(model)),pure = split_model(model),crit = nothing)
sat = extended_saturation_temperature.(pure,p,condensables)
sat = extended_saturation_temperature.(pure,p,crit,condensables)
if crit === nothing
_crit = __crit_pure.(sat,pure,condensables)
else
Expand Down

0 comments on commit cb8b059

Please sign in to comment.