[chronojump] Fixed Dj power calculation on jumps / results
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed Dj power calculation on jumps / results
- Date: Fri, 11 Jul 2014 19:04:03 +0000 (UTC)
commit fdf7a788fec74caa1b4da1a8c5b2b1b682dec000
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Jul 11 21:01:29 2014 +0200
Fixed Dj power calculation on jumps / results
src/util.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/util.cs b/src/util.cs
index 72c3f0c..883d81d 100644
--- a/src/util.cs
+++ b/src/util.cs
@@ -595,7 +595,7 @@ public class Util
double tt = tc + tf; //totalTime
- return 24.06 * ( tt * tf ) / (Double)tc;
+ return 24.6 * ( tt + tf ) / (Double)tc;
}
//only Lewis now
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]