diff options
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) |
