diff options
Diffstat (limited to 'src/symcoord.c')
| -rw-r--r-- | src/symcoord.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/symcoord.c b/src/symcoord.c index 707a84e..8b0eeb4 100644 --- a/src/symcoord.c +++ b/src/symcoord.c | |||
| @@ -352,16 +352,7 @@ gensym(SymData *sd) | |||
| 352 | 352 | ||
| 353 | for (i = 0; i < sd->coord->max; i++) { | 353 | for (i = 0; i < sd->coord->max; i++) { |
| 354 | if (sd->class[i] == sd->coord->max + 1) { | 354 | if (sd->class[i] == sd->coord->max + 1) { |
| 355 | |||
| 356 | /* | ||
| 357 | * TODO: this is the only unavoidable use of | ||
| 358 | * antindexes. I also use them in genptable() (see | ||
| 359 | * pruning.c), but there I can do without (see | ||
| 360 | * commented functions in that file. | ||
| 361 | * Removing this would allow for a great simplification | ||
| 362 | */ | ||
| 363 | c = sd->coord->cube(i); | 355 | c = sd->coord->cube(i); |
| 364 | |||
| 365 | sd->rep[nreps] = c; | 356 | sd->rep[nreps] = c; |
| 366 | for (j = 0; j < sd->ntrans; j++) { | 357 | for (j = 0; j < sd->ntrans; j++) { |
| 367 | d = apply_trans(sd->trans[j], c); | 358 | d = apply_trans(sd->trans[j], c); |
