diff options
Diffstat (limited to 'src/match.c')
| -rw-r--r-- | src/match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match.c b/src/match.c index 3eb582e..fcb3045 100644 --- a/src/match.c +++ b/src/match.c | |||
| @@ -288,7 +288,7 @@ static void step4(int *ix, int *mdist, mat_t mstar, mat_t nmstar, | |||
| 288 | mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, | 288 | mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, |
| 289 | int dmin, int row, int col) | 289 | int dmin, int row, int col) |
| 290 | { | 290 | { |
| 291 | int n, rstar, cstar, primeRow, primeCol; | 291 | int rstar, cstar, primeRow, primeCol; |
| 292 | 292 | ||
| 293 | /* generate temporary copy of mstar */ | 293 | /* generate temporary copy of mstar */ |
| 294 | memcpy(nmstar, mstar, sizeof(mat_t)); | 294 | memcpy(nmstar, mstar, sizeof(mat_t)); |
