From c73fd625edf8afe080f69291489dade004da6b1e Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Thu, 4 Dec 2008 16:15:42 -0800 Subject: [PATCH] remove "generalizations" use from math.blas.vectors --- extra/math/blas/vectors/vectors.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/math/blas/vectors/vectors.factor b/extra/math/blas/vectors/vectors.factor index 41fe2b4740..db027b0ffd 100755 --- a/extra/math/blas/vectors/vectors.factor +++ b/extra/math/blas/vectors/vectors.factor @@ -2,7 +2,7 @@ USING: accessors alien alien.c-types arrays byte-arrays combinators combinators.short-circuit fry kernel math math.blas.cblas math.complex math.functions math.order sequences.complex sequences.complex-components sequences sequences.private -generalizations functors words locals +functors words locals specialized-arrays.float specialized-arrays.double specialized-arrays.direct.float specialized-arrays.direct.double ; IN: math.blas.vectors