[chronojump] Subtraction between tests working again



commit 3c9ace0235be95fd060f509dfbd0cbe5ab4c4bc0
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sun Nov 23 15:25:30 2014 +0100

    Subtraction between tests working again

 src/statType.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/statType.cs b/src/statType.cs
index df165e8..bbe7695 100644
--- a/src/statType.cs
+++ b/src/statType.cs
@@ -265,7 +265,7 @@ public class StatType {
                                                myStat = new GraphJumpSimpleSubtraction(myStatTypeStruct); 
                                        else 
                                                myStat = new StatJumpSimpleSubtraction(myStatTypeStruct, 
treeview_stats); 
-                               } if(indexType == "ChronojumpProfile") {
+                               } else if(indexType == "ChronojumpProfile") {
                                        if(graph) 
                                                //myStat = new GraphChronojumpProfile(myStatTypeStruct); 
                                                Log.WriteLine("TODO");
@@ -413,7 +413,7 @@ public class StatType {
                        new EventHandler(on_fake_button_rows_selected_clicked);
                myStat.FakeButtonNoRowsSelected.Clicked += 
                        new EventHandler(on_fake_button_no_rows_selected_clicked);
-                               
+
                myStat.PrepareData();
 
                if(toReport) {


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