Skip to content

Commit

Permalink
get_values
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Feb 12, 2025
1 parent 754d55c commit d176947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/equilibria/boundaries/phase_envelopes_pt_3ph.f90
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module yaeos__equilibria_boundaries_phase_envelopes_pt3
public :: PTEnvel3
public :: pt_envelope_3ph
public :: solve_point
public :: get_values_from_X

type :: PTEnvel3
real(pr), allocatable :: beta(:) !! Mole fraction between phase x and phase y
Expand Down
1 change: 1 addition & 0 deletions src/equilibria/boundaries/phase_envelopes_px_3ph.f90
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module yaeos__equilibria_boundaries_phase_envelopes_px3
public :: PXEnvel3
public :: px_envelope_3ph
public :: solve_point
public :: get_values_from_X

type :: PXEnvel3
real(pr), allocatable :: beta(:) !! Mole fraction between phase x and phase y
Expand Down

0 comments on commit d176947

Please sign in to comment.