]> gitweb.factorcode.org Git - factor-unmaintained.git/blobdiff - physics/vel/vel.factor
physics: moving to math.physics to match IN: declarations.
[factor-unmaintained.git] / physics / vel / vel.factor
diff --git a/physics/vel/vel.factor b/physics/vel/vel.factor
deleted file mode 100644 (file)
index 5fc815e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-USING: math.physics.pos ;
-
-IN: math.physics.vel
-
-TUPLE: vel < pos vel ;
-