chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rearrange the file tree.
[catacomb]
/
math
/
mpbarrett.c
diff --git
a/mpbarrett.c
b/math/mpbarrett.c
similarity index 98%
rename from
mpbarrett.c
rename to
math/mpbarrett.c
index 13210b3dcf8c792677bf911ebe2512a0a300f847..cadb9b36e182e63a668acb7f664bff051a123903 100644
(file)
--- a/
mpbarrett.c
+++ b/
math/mpbarrett.c
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Barrett modular reduction
*
@@
-204,7
+202,7
@@
static test_chunk tests[] = {
int main(int argc, char *argv[])
{
sub_init();
- test_run(argc, argv, tests, SRCDIR "/t
ests
/mpbarrett");
+ test_run(argc, argv, tests, SRCDIR "/t/mpbarrett");
return (0);
}