[chronojump] Minor fix
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor fix
- Date: Mon, 18 May 2015 15:11:03 +0000 (UTC)
commit bd8b5e46ae6d6dc3e35bb87d68c84fdbedaf87e4
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon May 18 17:10:32 2015 +0200
Minor fix
encoder/graph.R | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 25ca1ca..e804d32 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -2315,8 +2315,8 @@ doProcess <- function(options)
if(isInertial(op$EncoderConfigurationName))
{
- diametersPerTick = getInertialDiametersPerMs(displacement, op$diameter)
- displacement = getDisplacementInertial(displacement, op$EncoderConfigurationName,
diametersPerTick, op$diameterExt)
+ diametersPerMs = getInertialDiametersPerMs(displacement, op$diameter)
+ displacement = getDisplacementInertial(displacement, op$EncoderConfigurationName,
diametersPerMs, op$diameterExt)
displacement = getDisplacementInertialBody(0, displacement, curvesPlot, op$Title)
#positionStart is 0 in graph.R. It is different on capture.R because depends on the
start of every repetition
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]