aboutsummaryrefslogtreecommitdiff
path: root/tests/list_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
2013-11-29RefList: Increase maximum index to 511Thomas White
2013-07-24Iteration over reflection list should include other reflections with same ↵Thomas White
asymmetric indices This fixes a >2 year old bug in the reflection list, and a bug in tests/list_check.c which allowed it to go undetected for so long. The main situation where it would have caused problems is when asymmetric_indices() was called on a reflection list containing symmetrically equivalent reflections. The only core CrystFEL program which does this is partialator. compare_hkl uses asymmetric_indices(), but the reflections are already guaranteed to be asymmetric by that point (because check_list_symmetry() has been called).
2012-02-24GPL boilerplate for testsThomas White
2012-02-22Fix include paths in testsThomas White
2012-02-22Add rebalancing stuffThomas White
2012-02-22Remove anything which deletes a reflection or optimises a RefListThomas White
2012-02-22Add test for num_reflections() and fix itThomas White
2012-02-22tests/list_check: Leave old output on the terminalThomas White
2012-02-22Implement optimise_reflist()Thomas White
2012-02-22Don't use next_found_refl() on a reflection we just freedThomas White
2012-02-22Tidy up list_check.cThomas White
2012-02-22Make lists workThomas White
2012-02-22More unsuccessful work on listsThomas White
2012-02-22More work on reflistThomas White
2012-02-22Make iteration workThomas White
2012-02-22Work on making iteration workThomas White
2012-02-22Test more thoroughlyThomas White
2012-02-22List debuggingThomas White
2012-02-22Add unit test for reflistThomas White