[chronojump] small fix



commit fa077c408884519668dbab9832a2457d37331126
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Jan 26 12:05:01 2013 +0100

    small fix

 encoder/graph.R |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 4cf545b..1286016 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -536,11 +536,7 @@ paint <- function(rawdata, eccon, xmin, xmax, yrange, knRanges, superpose, highl
 	}
 }
 
-<<<<<<< HEAD
 paintPowerPeakPowerBars <- function(singleFile, title, paf, myEccons, Eccon, height, n) {
-=======
-paintPowerPeakPowerBars <- function(title, paf, singleFile, myEccons, Eccon, height, n) {
->>>>>>> Fixed bug encoder powerbars separated
 	pafColors=c("tomato1","tomato4",topo.colors(10)[3])
 	myNums = rownames(paf)
 	height = abs(height/10)
@@ -1044,19 +1040,11 @@ doProcess <- function(options) {
 
 		if(Analysis == "powerBars") {
 			if(! singleFile) 
-<<<<<<< HEAD
 				paintPowerPeakPowerBars(singleFile, Title, paf, 
 							curves[,8], Eccon,	 	#myEccon, Eccon
 							curvesHeight, n)			#height
 			else 
 				paintPowerPeakPowerBars(singleFile, Title, paf, 
-=======
-				paintPowerPeakPowerBars(Title, paf, singleFile,  
-							curves[,8], Eccon,	 	#myEccon, Eccon
-							curvesHeight, n)			#height
-			else 
-				paintPowerPeakPowerBars(Title, paf, singleFile,
->>>>>>> Fixed bug encoder powerbars separated
 							curves[,8], Eccon,		#myEccon, Eccon
 							rawdata.cumsum[curves[,2]]-curves[,3], n) #height
 		}



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