util.c: remove_equalities: fix typo
commitbbab68f5d4c693311af3183d5b09ce639f22279a
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 31 Jul 2007 11:59:49 +0000 (31 13:59 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 31 Jul 2007 15:56:05 +0000 (31 17:56 +0200)
tree25bc9ae5ab217f9dffc0ba2dc248324546c18bde
parent1ff41e48fe34e68bf0a6fc918331c11f2ca313d5
util.c: remove_equalities: fix typo

The typo could in some cases result in the counted number of
points being incorrect if the constraints could be simplified
to equalities.
tests/equality6 [new file with mode: 0644]
util.c