From afae8753f293c558d9af5dd8371eef45396e539f Mon Sep 17 00:00:00 2001 From: Keith Lazuka Date: Fri, 9 Oct 2009 15:08:57 -0400 Subject: [PATCH] images.normalization: fixed USING --- extra/images/normalization/normalization.factor | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extra/images/normalization/normalization.factor b/extra/images/normalization/normalization.factor index aadd4763ac..cb921010aa 100755 --- a/extra/images/normalization/normalization.factor +++ b/extra/images/normalization/normalization.factor @@ -1,12 +1,12 @@ ! Copyright (C) 2009 Doug Coleman, Keith Lazuka ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types byte-arrays combinators fry -grouping half-floats images kernel locals math math.vectors -sequences specialized-arrays specialized-arrays.instances.float -specialized-arrays.instances.half -specialized-arrays.instances.uint -specialized-arrays.instances.ushort words ; +grouping images kernel locals math math.vectors +sequences specialized-arrays half-floats ; FROM: alien.c-types => float ; +SPECIALIZED-ARRAY: half +SPECIALIZED-ARRAY: float +SPECIALIZED-ARRAY: ushort IN: images.normalization