Skip to content

Commit

Permalink
[dotnet] Replace 'RP' by 'DP'
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Feb 11, 2023
1 parent 474dc29 commit ba76a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/dotnet/Cantera/src/Enums.cs
Expand Up @@ -15,7 +15,7 @@ public enum ThermoPair
/// <summary>
/// Density and Pressure
/// </summary>
RP, DensityPressure = RP,
DP, DensityPressure = DP,

/// <summary>
/// Temperature and Volume
Expand Down

0 comments on commit ba76a7b

Please sign in to comment.