[chronojump] Fixed units in optimal Inertia momentum
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed units in optimal Inertia momentum
- Date: Tue, 22 Dec 2015 09:52:06 +0000 (UTC)
commit 28938936b363aa32fea05af3fac1fbd45a0ecd49
Author: Xavier Padullés <x padulles gmail com>
Date: Tue Dec 22 10:50:37 2015 +0100
Fixed units in optimal Inertia momentum
encoder/graph.R | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 4df6991..56795d4 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -1918,7 +1918,7 @@ paintCrossVariables <- function (paf, varX, varY, option, isAlone, title, single
#this check is to not have title overlaps on 'speed,power / load'
graph
if(title != "")
- title = paste(title, " (pmax = ", round(pmax,1), " W with ",
round(xmax,1), " Kg)", sep="")
+ title = paste(title, " (pmax = ", round(pmax,1), " W with ",
round(xmax,1), " Kg*cm^2)", sep="")
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]