chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mpmont-mexp.c
similarity index 98%
rename from mpmont-mexp.c
rename to math/mpmont-mexp.c
index 92f40c39d6e3f8e70a05210e5b50a79c9b8c358f..e0f37b5398b585dde3687f930db404e7b52c5a57 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Multiple simultaneous exponentiations
  *
@@ -204,7 +202,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/mpmont");
+  test_run(argc, argv, tests, SRCDIR "/t/mpmont");
   return (0);
 }