]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/splines/testing/testing.factor
factor: trim using lists
[factor.git] / extra / math / splines / testing / testing.factor
index bbb5cd6a6abfe52e1866a68ad1603243f4cb4961..14b694c62bf74e5aa36f06f6d4dfb27bab3d838c 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2010 Erik Charlebois.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: locals math.splines math.splines.viewer arrays ;
+USING: arrays math.splines math.splines.viewer ;
 IN: math.splines.testing
 
 : test1 ( -- )
@@ -45,5 +45,3 @@ IN: math.splines.testing
     0 0 1 test3
     0 0 -1 test3
     test4 ;
-    
-