aboutsummaryrefslogtreecommitdiff
path: root/src/coord.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a problem with htr-drud coordinates. The corresponding pruning table ↵Sebastiano Tronto2021-11-131-3/+38
| | | | also changed, hopefully the new one is correct.
* I tried to remove the dependence on antindex in order to get rid of themSebastiano Tronto2021-11-121-3/+5
| | | | | | | once and for all. I successfully removed from the pruning table generation part by using an alternative (slower) method, but then I realized that I also use antindexes when generating symmetry data. So I reverted to the original pruning table computation method, but I left the alternative way there, commented.
* Some cleanup for antindeces; pointed out which return a consistent cube and ↵Sebastiano Tronto2021-11-121-20/+54
| | | | which do not
* Fixed anti-index for eofbepos. It did not compute a value for eorl, whichSebastiano Tronto2021-11-121-1/+28
| | | | | | causes problems when using this coordinate combined with symmetries (e.g. in symcoord khuge, drud and similar). This actually reverts a change that I made before the first commit of v2.
* Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto2021-11-111-0/+522

Generated with cgit - Back to sebastiano.tronto.net