diff options
Diffstat (limited to 'biology/puzzle/patches/patch-ab')
-rw-r--r-- | biology/puzzle/patches/patch-ab | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/biology/puzzle/patches/patch-ab b/biology/puzzle/patches/patch-ab deleted file mode 100644 index 4781fa4c25c..00000000000 --- a/biology/puzzle/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/07/08 13:36:33 jtb Exp $ - ---- src/ml1.c.orig Thu May 24 05:12:15 2001 -+++ src/ml1.c -@@ -78,7 +78,7 @@ - } - - /* sort site patters of original input data */ --void radixsort(cmatrix seqchar, ivector ali, int maxspc, int maxsite, -+void my_radixsort(cmatrix seqchar, ivector ali, int maxspc, int maxsite, - int *numptrn) - { - int i, j, k, l, n, pass; -@@ -196,7 +196,7 @@ - - convfreq(Freqtpm); /* make all frequencies slightly different */ - ali = new_ivector(Maxsite); -- radixsort(Seqchar, ali, Maxspc, Maxsite, &Numptrn); -+ my_radixsort(Seqchar, ali, Maxspc, Maxsite, &Numptrn); - Seqpat = new_cmatrix(Maxspc, Numptrn); - constpat = new_ivector(Numptrn); - Weight = new_ivector(Numptrn); |