Skip to content

Commit

Permalink
starting to write
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Feb 7, 2024
1 parent 38d062f commit e95ced9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/new/mod_inj_envelopes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1023,16 +1023,10 @@ function px_three_phase_from_inter(&
call injection_envelope_three_phase(X, ns, del_S, envels(2))
end function

<<<<<<< HEAD
function px_hpl_line(alpha_0, p, y0)
!! Find a HPLL PX line at a given pressure, starting from a given alpha
use legacy_ar_models, only: nc, termo
=======
function px_hpl_line(alpha_0, p)
! Find a HPLL PX line at a given pressure, starting from a given alpha
use legacy_ar_models, only: nc
use legacy_thermo_properties, only: termo
>>>>>>> 0d23e83 (temporal fix)
use linalg, only: solve_system
use saturation_points, only: EquilibriaState
real(pr), intent(in out) :: alpha_0 !! Staring \(\alpha\) to search
Expand Down

0 comments on commit e95ced9

Please sign in to comment.