From 6a67f02f69a3bb6446715bb7b23deea735672142 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 12 Jun 2009 02:43:05 -0500 Subject: [PATCH] fix load error --- basis/math/matrices/matrices.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/math/matrices/matrices.factor b/basis/math/matrices/matrices.factor index 3a3b470ac8..d6bee78c14 100644 --- a/basis/math/matrices/matrices.factor +++ b/basis/math/matrices/matrices.factor @@ -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