aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.c
AgeCommit message (Expand)Author
5 dayscompare_reindexed_cell_parameters: Small logic fixHEADmasterThomas White
5 dayscompare_reindexed_cell_parameters: Don't automatically select identity matrixThomas White
2024-02-06Use libcrystfel memory allocation routines everywhereThomas White
2021-09-07load_cell_from_file: Check fgets return value for first lineThomas White
2021-07-22Clean up shadowed variablesThomas White
2021-07-21Reduce variable scope where possibleThomas White
2021-07-21Add missing cleanup on error pathsThomas White
2021-05-17Resolve FIXMEs and TODOsThomas White
2021-05-07Add has_unique_axis()Thomas White
2021-04-27Rename libcrystfel's config.h to libcrystfel-config.hThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2021-01-11resolution(): Use reciprocal representation instead of crystallographicThomas White
2021-01-11UnitCell: Store all representations once they're calculatedThomas White
2021-01-06partialator: Reject crystals with obviously too large profile radiiThomas White
2020-10-26Label all uses of cell tolerancesThomas White
2020-10-22compare_cell_parameters: Accept R/P pair as equivalentThomas White
2020-07-29Add cell_print_onelineThomas White
2020-07-29Const-cleaningThomas White
2020-05-12Add missing newline in error messageThomas White
2020-05-12Fix silly mistake in cell reductionThomas White
2020-03-13uncenter_cell(): Convert R to PThomas White
2020-02-11Fix comment typoThomas White
2020-01-10Mass update of copyright datesThomas White
2019-10-22Add some warnings and assertionsThomas White
2019-10-22reduce_g6: Fix sign criterion for step 3Thomas White
2019-09-12Fix possibly uninitialised CiAMCBThomas White
2019-09-03Fix memory leaks in cell comparisonThomas White
2019-08-29compare_reindexed_cell_parameters: Increase number of possibilities in final ...Thomas White
2019-08-29Fix commentThomas White
2019-08-28compare_reindexed_cell_parameters: (Sort of) intelligent choice of solutionThomas White
2019-08-28Rationalise matrix mutliplicationThomas White
2019-08-28Avoid converting IntegerMatrix to RationalMatrixThomas White
2019-08-23Fix Niggli reduction logicThomas White
2019-08-22Remove match_cell and match_cell_abThomas White
2019-08-22Fix matrix multiplicationThomas White
2019-08-22Final implementation of Niggli-based cell comparisonThomas White
2019-08-22Tidy up comparison function definitionsThomas White
2019-08-22Clean up / debugThomas White
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-22G6 cell reductionThomas White
2019-08-16g6_distance: Take UnitCellThomas White
2019-08-16compare_permuted_cell_parameters{_and_orientation}: Accept wrong-handed cellThomas White
2019-08-16Clarify cell vs reference in comparison functions. Also reindexed vs permutedThomas White
2019-08-16Add compare_permuted_cell_parametersThomas White
2019-08-16compare_cell_parameters and compare_reindexed_cell_parameters: Accept 6 toler...Thomas White
2019-08-16cell_print{_full}: Handle NULL cellThomas White
2019-08-16cell_volume: Give answer in m^3, not m^3Thomas White
2019-07-24compare_cell_parameters_and_orientation(): Fix documentation and variable namesThomas White