Skip to content

Commit

Permalink
[.NET] Correct formula in example
Browse files Browse the repository at this point in the history
  • Loading branch information
burkenyo authored and speth committed Aug 17, 2022
1 parent 0cd9e07 commit 2a758ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/dotnet/examples/SoundSpeed/Program.cs
Expand Up @@ -14,7 +14,7 @@ Application example
var phase = Application.CreateThermoPhase("gri30.yaml");
var species = phase.Species;

species.SetMoleFractions(("CH4", 1.00), ("O2", 2.20), ("N2", 7.52));
species.SetMoleFractions(("CH4", 1.00), ("O2", 2.00), ("N2", 7.52));

for (var n = 0; n < 27; n++)
{
Expand Down

0 comments on commit 2a758ef

Please sign in to comment.