Skip to content

Commit a270be1

Browse files
Hubertus Tummescheitbeutlich
authored andcommitted
Fix issue #2385 (a one letter typo that is significant, a wrong assert)
1 parent 4eb6672 commit a270be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica/Media/Water/IF97_Utilities.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3017,7 +3017,7 @@ package IF97_Utilities
30173017
Real Tlim=min(T, data.TCRIT);
30183018
algorithm
30193019
assert(T >= 273.16, "IF97 medium function psat: input temperature (= "
3020-
+ String(triple.ptriple) + " K).\n" +
3020+
+ String(triple.Ttriple) + " K).\n" +
30213021
"lower than the triple point temperature 273.16 K");
30223022
o[1] := -650.17534844798 + Tlim;
30233023
o[2] := 1/o[1];

0 commit comments

Comments
 (0)