aboutsummaryrefslogtreecommitdiff
path: root/tests/centering_check.c
AgeCommit message (Collapse)Author
2020-07-29Remove config.h from testsThomas White
This is a relic from autotools, where config.h might add function definitions. The tests shouldn't be behaving differently based on the configuration (though perhaps tests might be enabled or disabled by the build system). Also: which config.h should it be? The top-level one, or libcrystfel's?
2020-01-10Mass update of copyright datesThomas White
2019-03-11Keep track of the "un-centering" matrix, as well as the "centering"Thomas White
This makes it easy to reverse the transformation, if required, which it is when comparing centered cells.
2019-03-11Use IntegerMatrix for all unit cell transformationsThomas White
Get rid of UnitCellTransformation, a thin wrapper which didn't do anything.
2014-01-20RNG overhaulThomas White
Previously, we were using random(), which is really really bad.
2013-09-13Fix incorrect handling of monoclinic C cellsThomas White
2012-10-02Finishing tweaks for uncentering stuffThomas White
Today, I have mostly been having my life made difficult by the PDB's invention of "H centering".
2012-10-02More work on transformationsThomas White
2012-10-02WIPThomas White
2012-10-02WIP on cell transformationsThomas White
2012-10-02Add tests/centering_checkThomas White