From 6df92db4d23dd6e2c3aba48caf1e0ea30265abb2 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 17 Dec 2021 22:03:33 +0100 Subject: some progress --- src/symcoord.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/symcoord.c') 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) for (i = 0; i < sd->coord->max; i++) { if (sd->class[i] == sd->coord->max + 1) { - - /* - * TODO: this is the only unavoidable use of - * antindexes. I also use them in genptable() (see - * pruning.c), but there I can do without (see - * commented functions in that file. - * Removing this would allow for a great simplification - */ c = sd->coord->cube(i); - sd->rep[nreps] = c; for (j = 0; j < sd->ntrans; j++) { d = apply_trans(sd->trans[j], c); -- cgit v1.3