chiark / gitweb /
Fix an inaccurate comment.
authorSimon Tatham <anakin@pobox.com>
Tue, 6 Nov 2018 18:34:47 +0000 (18:34 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 6 Nov 2018 18:37:23 +0000 (18:37 +0000)
commit3189fb484dcfe4efe42b2b30e529389db9dd0d00
tree655d1c48146618cc6b76fc84b07cab555a7789d8
parentbaed0e3eec513aa148afaea950b43a4f8b8d2734
Fix an inaccurate comment.

latin_solver_diff_set takes a boolean input parameter to indicate
whether the 'Extreme'-level variant of set elimination is permitted.
But it's commented in the header file as having a boolean _output_
parameter which it sets if it _ended up_ using that variant. Probably
the latter was how it worked in an early draft, and I changed my mind
later without changing the comment.
latin.h