Skip to content

Commit

Permalink
debug message fix
Browse files Browse the repository at this point in the history
* debug message fix
  • Loading branch information
Starwaster committed Nov 10, 2015
1 parent fa1f143 commit 92b9221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tanks/ModuleFuelTanks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ private IEnumerator CalculateTankLossFunction (float deltaTime)
#if DEBUG
// Only do debugging displays if compiled for debugging.
debug1Display += FormatFlux(q);
debug2Display += (massLost * 1000 * 3600).ToString("F4") + "/hr";
debug2Display += (massLost * 1000 * 3600).ToString("F4") + "kg/hr";
//debug2Display += area.ToString("F2");

//debug1Display = tank.wallThickness + " / " + tank.wallConduction;
Expand Down

0 comments on commit 92b9221

Please sign in to comment.