aboutsummaryrefslogtreecommitdiff
path: root/tests/cellcompare_check.c
AgeCommit message (Collapse)Author
2020-10-26cellcompare_check: Factorise code and reduce to 1 repetition of eachThomas White
Otherwise it takes far too long.
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-07-29cellcompare_check: Reduce ntrials to 5Thomas White
Makes this test take 30 seconds instead of a minute
2020-07-29Add a couple of missing semicolonsThomas White
Not previously noticed because ERROR and STATUS were macros
2020-01-10Mass update of copyright datesThomas White
2019-08-22cellcompare_check: Fix terminology, and reduce number of trialsThomas White
2019-08-22Remove match_cell and match_cell_abThomas White
2019-08-22cellcompare_check: Variable for number of trialsThomas White
2019-08-22Final implementation of Niggli-based cell comparisonThomas White
2019-08-22Tidy up comparison function definitionsThomas White
Especially, remove the last ltl/atl tolerance values.
2019-08-22Determine cell reduction tolerance automaticallyThomas White
2019-08-22Working Niggli reductionThomas White
2019-08-22Framework for new unit cell comparison functionThomas White
2019-08-16cellcompare_check: Progress barsThomas White
2019-08-16Don't use H centering for cell comparison checkThomas White
2019-08-16Reduce range of reindexing matricesThomas White
2019-08-16Set centering on input cellThomas White
2019-08-16Pass transformation matrix for debuggingThomas White
2019-08-16Implement random reindexing matrixThomas White
2019-08-16"Final" cellcompare_checkThomas White
2019-08-16Add cellcompare_checkThomas White