]> gitweb.factorcode.org Git - factor.git/commitdiff
images.normalization: fixed USING
authorKeith Lazuka <klazuka@gmail.com>
Fri, 9 Oct 2009 19:08:57 +0000 (15:08 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Fri, 9 Oct 2009 19:58:36 +0000 (15:58 -0400)
extra/images/normalization/normalization.factor

index aadd4763ac37ff68b12c97f05c66118129806555..cb921010aaa07b3f034b4682598510e3a4c34a6f 100755 (executable)
@@ -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
 
 <PRIVATE