[chronojump] minor fix
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] minor fix
- Date: Tue, 8 Jan 2013 20:47:49 +0000 (UTC)
commit 4f7723a49f14bdd12b492951447e0f2448cf4fdd
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Jan 8 21:47:36 2013 +0100
minor fix
src/constants.cs | 1 +
src/stats/jumpIndexes.cs | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/constants.cs b/src/constants.cs
index 8cfe481..c64c2ce 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -60,6 +60,7 @@ public class Constants
public const string IubIndexFormula = "IUB (abk-cmj)/cmj *100";
public const string IRnaIndexFormula = "IRna (djna-cmj)/cmj *100";
public const string IRaIndexFormula = "IRa (dja-cmj)/cmj *100";
+
public const string SubtractionBetweenTests = "Subtraction between tests";
//tests types (dont' use character '-' will be used multimedia file names)
diff --git a/src/stats/jumpIndexes.cs b/src/stats/jumpIndexes.cs
index 628e60a..c426928 100644
--- a/src/stats/jumpIndexes.cs
+++ b/src/stats/jumpIndexes.cs
@@ -55,7 +55,7 @@ public class StatJumpIndexes : Stat
} else if(indexType == "IRna") { //reactivity no arms
jump1="DJna";
jump2="CMJ";
- } else { //IRa //reactivity no arms
+ } else { //IRa //reactivity with arms
jump1="DJa";
jump2="CMJ";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]