You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: irteus/irtutil.l
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -265,6 +265,8 @@
265
265
time-list: list of time from start for each control point, time in first contrall point is zero, so length of this list is length of control point minus 1"
266
266
(setq position-list pl)
267
267
(setq time-list tl)
268
+
(dotimes (i (length time-list))
269
+
(setf (elt time-list i) (float (elt time-list i)))) ;; to use compiled eps> properly (see https://github.com/euslisp/EusLisp/issues/406)
0 commit comments