wip 10-2
This commit is contained in:
parent
aaa99ab073
commit
acbd718eb0
3 changed files with 15 additions and 9 deletions
|
|
@ -37,7 +37,7 @@
|
|||
finally
|
||||
;;(print line-length)
|
||||
;;(print line-count)
|
||||
(setf node-array (make-array (list line-length line-count) :initial-element nil))
|
||||
(setf node-array (make-array (list line-count line-length) :initial-element nil))
|
||||
(setf (aref node-array (cdr starting-pos) (car starting-pos)) t)
|
||||
(return (values input-array node-array starting-pos))
|
||||
))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue