From: Christian Würdig Date: Wed, 13 Sep 2006 12:02:26 +0000 (+0000) Subject: added comment and cvs id X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ad5de8e2fdffe107db42d0c2fe47983daeb5a0a9;p=libfirm added comment and cvs id [r8239] --- diff --git a/ir/adt/hungarian.h b/ir/adt/hungarian.h index cc302e5f7..75d7c3e47 100644 --- a/ir/adt/hungarian.h +++ b/ir/adt/hungarian.h @@ -3,6 +3,7 @@ ** ** libhungarian by Cyrill Stachniss, 2004 ** + ** Added and adapted to libFirm by Christian Wuerdig, 2006 ** ** Solving the Minimum Assignment Problem using the ** Hungarian Method. @@ -23,6 +24,8 @@ ******************************************************************** ********************************************************************/ +/* $Id$ */ + #ifndef _HUNGARIAN_H_ #define _HUNGARIAN_H_