bug fix
This commit is contained in:
parent
76c637a64a
commit
4c506892fb
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ ccubes_task(int k,
|
|||
|
||||
bool dominated = true;
|
||||
for (int w = 0; w < PICHART_WORDS; w++) {
|
||||
if ((pichart_values[f * POSROWS + w] & p_pichart_pos[p_covered[rd] * PICHART_WORDS + w]) != pichart_values[w]) {
|
||||
if ((pichart_values[f * POSROWS + w] & p_pichart_pos[p_covered[rd] * PICHART_WORDS + w]) != pichart_values[f * POSROWS + w]) {
|
||||
dominated = false;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue