[chronojump] Better comments on util.R



commit bc18dff4318a6ea25f2eda309c39b49aa0ee7278
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri May 10 19:54:05 2019 +0200

    Better comments on util.R

 encoder/util.R | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/encoder/util.R b/encoder/util.R
index e388fb52..7578fc36 100644
--- a/encoder/util.R
+++ b/encoder/util.R
@@ -531,11 +531,11 @@ assignRepOptions <- function(
 
 
 
-#go here with every single curve
+#go here with every single repetition
 #repOp has the options for this repetition
-#repOp$eccon="c" one time each curve
-#repOp$eccon="ec" one time each curve
-#repOp$eccon="ecS" means ecSeparated. two times each curve: one for "e", one for "c"
+#repOp$eccon="c" one time each repetitions
+#repOp$eccon="ec" one time each repetition
+#repOp$eccon="ecS" means ecSeparated. two times each repetition: one for "e", one for "c"
 #kinematicsF <- function(displacement, massBody, massExtra, exercisePercentBodyWeight,
 #                      
encoderConfigurationName,diameter,diameterExt,anglePush,angleWeight,inertiaMomentum,gearedDown,
 #                      smoothingOneEC, smoothingOneC, g, eccon, isPropulsive)


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