aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coord.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coord.c b/src/coord.c
index 0d87ffa..5439d60 100644
--- a/src/coord.c
+++ b/src/coord.c
@@ -524,7 +524,8 @@ init_cphtr_right_cosets_color(int i, int d)
524 cphtr_right_rep[d] = i; 524 cphtr_right_rep[d] = i;
525 for (j = 0; j < FACTORIAL8; j++) { 525 for (j = 0; j < FACTORIAL8; j++) {
526 if (cphtr_left_cosets[j] == 0) { 526 if (cphtr_left_cosets[j] == 0) {
527 cp = compose((Cube){.cp = i}, (Cube){.cp = j}).cp; 527 cp = compose_filtered(
528 (Cube){.cp = i}, (Cube){.cp = j}, pf_cp).cp;
528 cphtr_right_cosets[cp] = d; 529 cphtr_right_cosets[cp] = d;
529 } 530 }
530 } 531 }

Generated with cgit - Back to sebastiano.tronto.net