diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-17 22:03:33 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-17 22:03:33 +0100 |
| commit | 6df92db4d23dd6e2c3aba48caf1e0ea30265abb2 (patch) | |
| tree | d798a2717ed9ee266e6070a3fd018de5dbcf1cd2 /src/symcoord.c | |
| parent | 2f924f942bd6e7126e8f1d8692e475c95bd9fe82 (diff) | |
| download | nissy-6df92db4d23dd6e2c3aba48caf1e0ea30265abb2.tar.gz nissy-6df92db4d23dd6e2c3aba48caf1e0ea30265abb2.zip | |
some progress
Diffstat (limited to '')
| -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); |
