Comment consistency

This commit is contained in:
Matúš Púll 2024-11-04 18:30:42 +01:00
parent 29ef860752
commit 0cee5a167e

View file

@ -21,7 +21,7 @@ public:
known.print(); known.print();
} }
Historic_guess clean(Historic_guess hist) { Historic_guess clean(Historic_guess hist) {
// The correct colors we know // The in-place colors we know
for(int n = 0; n < known.N; n++) { for(int n = 0; n < known.N; n++) {
if(known.final_color(n) == hist.guess[n]) { if(known.final_color(n) == hist.guess[n]) {
hist.guess[n] = -1; hist.guess[n] = -1;