Minor atmos optimization

This commit is contained in:
Víctor Aguilera Puerto
2020-08-10 02:53:42 +02:00
parent c385947b48
commit 6a06358012
2 changed files with 5 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ namespace Content.Shared.Atmos
public const float CellVolume = 2500f;
/// <summary>
/// Moles in a 2.5 m^3 cell at 101.325 Pa and 20ºC
/// Moles in a 2.5 m^3 cell at 101.325 kPa and 20ºC
/// </summary>
public const float MolesCellStandard = (OneAtmosphere * CellVolume / (T20C * R));