[chronojump] Minor change



commit a15405cab51383da3e29e300a1e3ce15b7509a7c
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed May 19 16:41:54 2021 +0200

    Minor change

 src/utilMath.cs | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/utilMath.cs b/src/utilMath.cs
index 040917c57..5bc04a9ea 100644
--- a/src/utilMath.cs
+++ b/src/utilMath.cs
@@ -398,6 +398,7 @@ public class InterpolateSignal
        {
                this.point_l = point_l;
        }
+       //TODO: if startAt0, do not create the point_l[0] = 0, because it will be repeated each cycle
        public InterpolateSignal (bool startAt0, int minY, int maxY, int maxX, int stepX)
        {
                Random random = new Random();


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