Fix USING: clash
parent
1ae43cc5e7
commit
280087f3ba
|
@ -1,7 +1,8 @@
|
||||||
! Copyright (C) 2007, 2008 Alex Chapman
|
! Copyright (C) 2007, 2008 Alex Chapman
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays colors combinators float-arrays kernel jamshred.oint locals math math.constants math.matrices math.order math.ranges math.vectors math.quadratic random sequences vectors ;
|
USING: accessors arrays colors combinators float-arrays kernel
|
||||||
USE: tools.walker
|
locals math math.constants math.matrices math.order math.ranges
|
||||||
|
math.vectors math.quadratic random sequences vectors jamshred.oint ;
|
||||||
IN: jamshred.tunnel
|
IN: jamshred.tunnel
|
||||||
|
|
||||||
: n-segments ( -- n ) 5000 ; inline
|
: n-segments ( -- n ) 5000 ; inline
|
||||||
|
|
Loading…
Reference in New Issue