Skip to content

Commit 823d127

Browse files
author
Hubertus Tummescheit
committed
Fixes for Issues #2490 (a one letter typo) and #2385 (a one letter typo that is significant, a wrong assert).
1 parent 1fc0726 commit 823d127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modelica/Media/IdealGases/MixtureGases.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package MixtureGases "Medium models consisting of mixtures of ideal gases"
3333
"Moist air without condensation";
3434

3535
package FlueGasLambdaOnePlus
36-
"Simple flue gas for over0stochiometric O2-fuel ratios"
36+
"Simple flue gas for overstochiometric O2-fuel ratios"
3737
extends Common.MixtureGasNasa(
3838
mediumName="FlueGasLambda1plus",
3939
data={Common.SingleGasesData.N2,

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)