Skip to content

Commit

Permalink
fix bug of extended-preview-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki-Hiraoka committed Jul 15, 2019
1 parent 36d6866 commit 9cc1d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irteus/irtdyna.l
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@
(R+btPb-1bt (m* R+btPb-1 bt))
(qt (scale-matrix Q ct)))
(dotimes (i delay)
(let* ((qt (if (= i (1- delay)) (m* P qt) qt))
(let* ((qt (if (= i (1- delay)) (m* P ct) qt))
(fa (m* R+btPb-1 (m* bt (m* gsi qt)))))
(setq gsi (m* A-bKt gsi))
(dotimes (ii input-dim)
Expand Down

0 comments on commit 9cc1d0f

Please sign in to comment.