File renaming

darcs
slava 2006-07-14 10:57:47 +00:00
parent 64bfcf877f
commit 92ae5b46de
3 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ PROVIDE: topology
{ {
"matrix.factor" "matrix.factor"
"linear.factor" "linear.factor"
"homology.factor" "simplex.factor"
"hopf.factor" "hopf.factor"
} { } {
"test/matrix.factor" "test/matrix.factor"
"test/homology.factor" "test/simplex.factor"
"test/hopf.factor" "test/hopf.factor"
} ; } ;

View File

@ -1,6 +1,6 @@
! Copyright (C) 2006 Slava Pestov. ! Copyright (C) 2006 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: homology IN: simplex
USING: arrays hashtables io kernel math matrices namespaces USING: arrays hashtables io kernel math matrices namespaces
prettyprint sequences topology words ; prettyprint sequences topology words ;

View File

@ -1,5 +1,5 @@
IN: temporary IN: temporary
USING: homology test ; USING: simplex test ;
[ { 1 } ] [ {*} H ] unit-test [ { 1 } ] [ {*} H ] unit-test
[ { 2 } ] [ S^0 H ] unit-test [ { 2 } ] [ S^0 H ] unit-test