diff options
Diffstat (limited to 'match/match.h')
| -rw-r--r-- | match/match.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/match/match.h b/match/match.h index 0c4274e..6420b00 100644 --- a/match/match.h +++ b/match/match.h | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) | 34 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) |
| 35 | #define MAX(a, b) ((a) < (b) ? (b) : (a)) | 35 | #define MAX(a, b) ((a) < (b) ? (b) : (a)) |
| 36 | 36 | ||
| 37 | void match_fingers(int index[DIM_FINGER], float A[DIM2_FINGER], | 37 | void match_fingers(int index[DIM_FINGER], int A[DIM2_FINGER], |
| 38 | int nrow, int ncol); | 38 | int nrow, int ncol); |
| 39 | 39 | ||
| 40 | #endif | 40 | #endif |
