Fixes bug 181679: vec-graph not working
This commit is contained in:
parent
4444496609
commit
9e06ec35bf
|
@ -468,7 +468,7 @@
|
|||
(define (vec-graph x i j)
|
||||
(unless (fx= i j)
|
||||
(graph (vector-ref x i))
|
||||
(vec-graph x (fxadd1 i) j h)))
|
||||
(vec-graph x (fxadd1 i) j)))
|
||||
(define (vec-dynamic x i j)
|
||||
(unless (fx= i j)
|
||||
(dynamic (vector-ref x i))
|
||||
|
|
|
@ -1 +1 @@
|
|||
1335
|
||||
1336
|
||||
|
|
Loading…
Reference in New Issue