factor/libs/topology/load.factor

15 lines
261 B
Factor
Raw Normal View History

2006-11-28 21:57:29 -05:00
PROVIDE: libs/topology
2006-10-21 02:40:38 -04:00
{ +files+ {
2006-07-14 05:36:26 -04:00
"matrix.factor"
"linear.factor"
2006-07-14 06:57:47 -04:00
"simplex.factor"
2006-07-14 05:36:26 -04:00
"hopf.factor"
2006-07-27 18:57:44 -04:00
"laplacian.factor"
2006-10-21 02:40:38 -04:00
} }
{ +tests+ {
2006-07-14 05:36:26 -04:00
"test/matrix.factor"
2006-07-14 06:57:47 -04:00
"test/simplex.factor"
2006-07-14 05:36:26 -04:00
"test/hopf.factor"
2006-07-27 18:57:44 -04:00
"test/laplacian.factor"
2006-10-21 02:40:38 -04:00
} } ;