summaryrefslogtreecommitdiff
path: root/src/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/match.c')
-rw-r--r--src/match.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/match.c b/src/match.c
index 673e838..3eb582e 100644
--- a/src/match.c
+++ b/src/match.c
@@ -38,8 +38,6 @@
38 * Based on code released by Markus Buehren (2004) (BSD license) 38 * Based on code released by Markus Buehren (2004) (BSD license)
39 * 39 *
40 * Copyright (C) 2004, Markus Buehren. All rights reserved. 40 * Copyright (C) 2004, Markus Buehren. All rights reserved.
41 * See CREDITS file for full license terms.
42 *
43 */ 41 */
44 42
45typedef unsigned col_t[1]; 43typedef unsigned col_t[1];
@@ -385,7 +383,7 @@ static void step5(int *ix, int *mdist, mat_t mstar, mat_t nmstar,
385 dmin); 383 dmin);
386} 384}
387 385
388void match_fingers(int ix[DIM_FINGER], int A[DIM2_FINGER], int nrow, int ncol) 386void mtdev_match(int ix[DIM_FINGER], int A[DIM2_FINGER], int nrow, int ncol)
389{ 387{
390 ixoptimal(ix, A, nrow, ncol); 388 ixoptimal(ix, A, nrow, ncol);
391} 389}