]> gitweb.factorcode.org Git - factor.git/commitdiff
fix load error
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 12 Jun 2009 07:43:05 +0000 (02:43 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 12 Jun 2009 07:43:05 +0000 (02:43 -0500)
basis/math/matrices/matrices.factor

index 3a3b470ac80cd225660c6eeffba68dba595cd08f..d6bee78c145efe2ddbeae4bb101e8aa0013cfb14 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2005, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays columns kernel math math.bits
-math.order math.vectors sequences sequences.private ;
+math.order math.vectors sequences sequences.private fry ;
 IN: math.matrices
 
 ! Matrices