Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Jul 1, 2022
1 parent 398a7ef commit c2dc641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion DWSIM.SharedClasses/Patrons/activepatrons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Nicolas Spogis
Odnei Macalossi
Pedro Sabóia
Petroconsulting LLC
Philippe Wesel
Protherm Systems
Rafael Melo-González
Richard Huntington
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2035,12 +2035,12 @@ Final2:
Public Class GenericMethod

''' <summary>
''' Argument order: T (K), V (mol/m3), molar composition
''' Argument order: T (K), V (m3/mol), molar composition
''' </summary>
Public FugacityTV As Func(Of Double, Double, Double(), Double())

''' <summary>
''' T (K), V (mol/m3)
''' T (K), V (m3/mol)
''' </summary>
Public CalcP As Func(Of Double, Double, Double(), Double)

Expand Down

0 comments on commit c2dc641

Please sign in to comment.