Skip to content

Commit 11c2611

Browse files
committed
fix bug of extended-preview-controller
1 parent 1c96381 commit 11c2611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irteus/irtdyna.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@
14461446
(R+btPb-1bt (m* R+btPb-1 bt))
14471447
(qt (scale-matrix Q ct)))
14481448
(dotimes (i delay)
1449-
(let* ((qt (if (= i (1- delay)) (m* P qt) qt))
1449+
(let* ((qt (if (= i (1- delay)) (m* P ct) qt))
14501450
(fa (m* R+btPb-1 (m* bt (m* gsi qt)))))
14511451
(setq gsi (m* A-bKt gsi))
14521452
(dotimes (ii input-dim)

0 commit comments

Comments
 (0)