Skip to content

Commit 7b52dc0

Browse files
committed
missing verbose in add_phases
1 parent 985e105 commit 7b52dc0

File tree

1 file changed

+1
-0
lines changed
  • src/methods/property_solvers/multicomponent/tp_flash

1 file changed

+1
-0
lines changed

src/methods/property_solvers/multicomponent/tp_flash/multiphase.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ function _add_phases!(model,p,T,z,result,cache,options)
771771
comp_cache = result_cache[1]
772772
np = length(comps)
773773
nc = length(z)
774+
verbose = options.verbose
774775
δn_add = false
775776
np == nc && return false
776777
max_phases = min(options.max_phases,nc)

0 commit comments

Comments
 (0)