[chronojump] small clean



commit 17ef9eeb66f6a9f29a40f5457e0df6a1f2f2464b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jul 17 19:08:55 2012 +0200

    small clean

 encoder/graph.R    |    8 --------
 src/gui/encoder.cs |    2 --
 2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 9c985ea..c72a588 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -617,14 +617,6 @@ if(length(args) < 3) {
 			}
 		}		
 		curves = data.frame(id,start,end,startH,exerciseName,mass,smooth,dateTime,myEccon,stringsAsFactors=F,row.names=1)
-
-#--------------------------------------------------------
-#TODO: rownames are ok now. now do that cross, powerbars, side and single manage them
-#also check what happens when singleFile and when signal
-#
-#progress: cross and powerbars works
-#--------------------------------------------------------
-		#rownames(curves)=1:length(rownames(curves))
 		print(curves)
 		n=length(curves[,1])
 		quitIfNoData(n, curves, outputData1)
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index c78700e..302118f 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -146,8 +146,6 @@ public partial class ChronoJumpWindow
 	//TODO: put also the Load as Load(mass) or viceversa, and put the units on the xlab, ylab
 	//TODO: put a save graph and a html report
 	
-	//TODO: graphs should use only active curves (except single curve)
-		
 
 	
 	private void encoderInitializeStuff() {



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