From 848617bf1ea11792b3fe7d0dd08ce80bde3ccec5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 7 Nov 2012 22:11:26 +0100 Subject: typo --- hungarian.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hungarian.c b/hungarian.c index f0bb446..fc44b64 100644 --- a/hungarian.c +++ b/hungarian.c @@ -226,7 +226,7 @@ void print(cell** t, long n, long m, long** assignment) * * @param table The table in which to perform the matching * @param n The height of the table - * @param h The width of the table + * @param m The width of the table * @return The optimal assignment, an array of row–coloumn pairs */ long** kuhn_match(cell** table, long n, long m) -- cgit v1.2.3-70-g09d2