[chronojump: 1/6] Disabling triggers for debugging
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump: 1/6] Disabling triggers for debugging
- Date: Tue, 11 May 2021 09:27:11 +0000 (UTC)
commit ffe8955f54c8dde98fb387fd03540137e5d503dc
Author: Xavier Padullés <x padulles gmail com>
Date: Fri Apr 16 18:09:24 2021 +0200
Disabling triggers for debugging
encoder/graph.R | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index eaf4f719..ba9adb68 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -3147,10 +3147,10 @@ doProcess <- function(options)
# side=1,text=myLabel, cex=.8, col="blue")
abline(v=c(curves[i,1],curves[i,2])/1000, lty=3, col="gray")
- if(! cutByTriggers(op) && op$TriggersOnList != "" && op$TriggersOnList != -1)
- {
- abline(v=op$TriggersOnList/1000, col="yellow3", lwd=2, lty=2)
- }
+ # if(! cutByTriggers(op) && op$TriggersOnList != "" && op$TriggersOnList !=
-1)
+ # {
+ # abline(v=op$TriggersOnList/1000, col="yellow3", lwd=2, lty=2)
+ # }
}
#plot speed
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]