[chronojump] Fixed bug on PeakPower/PPT



commit 9188837f9cf7cef62f93811b74d66dd9d346e976
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat May 26 15:31:34 2012 +0200

    Fixed bug on PeakPower/PPT

 src/gui/encoder.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 08e4871..c485d29 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -654,7 +654,7 @@ public partial class ChronoJumpWindow
 			cells[i] = Util.TrimDecimals(Convert.ToDouble(Util.ChangeDecimalSeparator(cells[i])),1);
 		for(int i=4; i <= 8; i++)
 			cells[i] = Util.TrimDecimals(Convert.ToDouble(Util.ChangeDecimalSeparator(cells[i])),3);
-		cells[9] = Util.TrimDecimals(Convert.ToDouble(Util.ChangeDecimalSeparator(cells[8])),1); //pp/ppt
+		cells[9] = Util.TrimDecimals(Convert.ToDouble(Util.ChangeDecimalSeparator(cells[9])),1); //pp/ppt
 		return cells;
 	}
 	



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