Comment consistency
This commit is contained in:
parent
29ef860752
commit
0cee5a167e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue