diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-15 10:50:00 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-15 10:50:00 +0100 |
| commit | cb800102a14fb6923546b9d036dbf4e6a5b7542a (patch) | |
| tree | f0764cd8a1f0681cdb9492cf445d60d56c8304d3 /src/solvers/h48/gendata_cocsep.h | |
| parent | d2eb169c675101a64fb873a289fad1d4fe70c5e5 (diff) | |
| download | nissy-core-cb800102a14fb6923546b9d036dbf4e6a5b7542a.tar.gz nissy-core-cb800102a14fb6923546b9d036dbf4e6a5b7542a.zip | |
Solve bug related to duplicate solutions
Diffstat (limited to 'src/solvers/h48/gendata_cocsep.h')
| -rw-r--r-- | src/solvers/h48/gendata_cocsep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/h48/gendata_cocsep.h b/src/solvers/h48/gendata_cocsep.h index 291ae48..3812a4a 100644 --- a/src/solvers/h48/gendata_cocsep.h +++ b/src/solvers/h48/gendata_cocsep.h | |||
| @@ -101,7 +101,7 @@ gendata_cocsep_dfs(cocsep_dfs_arg_t *arg) | |||
| 101 | 101 | ||
| 102 | if (arg->rep != NULL) | 102 | if (arg->rep != NULL) |
| 103 | arg->rep[*arg->n] = arg->cube; | 103 | arg->rep[*arg->n] = arg->cube; |
| 104 | for (t = 0, cc = 0; t < 48; t++) { | 104 | for (t = 0, cc = 0; t < NTRANS; t++) { |
| 105 | d = transform_corners(arg->cube, t); | 105 | d = transform_corners(arg->cube, t); |
| 106 | j = coord_cocsep(d); | 106 | j = coord_cocsep(d); |
| 107 | if (i == j && arg->selfsim != NULL) | 107 | if (i == j && arg->selfsim != NULL) |
