[chronojump] Fixed power in reaction jump with TC. Done.



commit 38da67a97a8681855251e9e268affe852266d362
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Nov 7 12:50:59 2015 +0100

    Fixed power in reaction jump with TC. Done.

 src/constants.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/constants.cs b/src/constants.cs
index d227434..2e9a977 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -628,7 +628,7 @@ public class Constants
                //P = mass * g * ( fallHeight + 1.226 * Math.Pow(tf,2) ) / (Double)tt;
                "P = " + Catalog.GetString("mass") + " * g * ( " + 
                Catalog.GetString("falling height") + " + 1.226 * " + Catalog.GetString("flight time") + " ^ 
2 ) / " + 
-               Catalog.GetString("total_time") +
+               Catalog.GetString("contact time") +
                "\n\n" +
                Catalog.GetString("Jumps without TC: Lewis Peak Power 1974 (W)") + 
                "\n\n" +


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]