[chronojump] Fixed units in optimal Inertia momentum



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]