• R/O
  • SSH
  • HTTPS

igo: 提交


Commit MetaInfo

修订版109 (tree)
时间2012-02-27 12:22:30
作者phjgt

Log Message

更改概述

差异

--- trunk/cl-igo/matrix.lisp (revision 108)
+++ trunk/cl-igo/matrix.lisp (revision 109)
@@ -32,4 +32,4 @@
3232 (declare ((unsigned-byte 16) left-id right-id))
3333 (the (signed-byte 16)
3434 (aref (matrix matrix)
35- (+ (* (right-size matrix) right-id) left-id))))
\ No newline at end of file
35+ (+ (* (left-size matrix) right-id) left-id))))
\ No newline at end of file
Show on old repository browser