From 72dd667956dc3eecf88e73454c47a633d6b38c72 Mon Sep 17 00:00:00 2001 From: Helen Ginn Date: Sun, 29 Apr 2018 18:57:26 +0200 Subject: Fussiness. --- libcrystfel/src/taketwo.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index a081df52..fe913901 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1484,7 +1484,8 @@ static int find_seeds(struct TakeTwoCell *cell, struct taketwo_private *tp) * for optimisation by generating a look-up table * by spot instead of by vector. */ - int shared = obs_vecs_share_spot(&obs_vecs[i], &obs_vecs[j]); + int shared = obs_vecs_share_spot(&obs_vecs[i], + &obs_vecs[j]); if ( !shared ) continue; /* cell vector index matches stored in i, j and total @@ -1533,7 +1534,8 @@ static int find_seeds(struct TakeTwoCell *cell, struct taketwo_private *tp) } } - qsort(cell->seeds, cell->seed_count, sizeof(struct Seed), sort_seed_by_score); + qsort(cell->seeds, cell->seed_count, sizeof(struct Seed), + sort_seed_by_score); return 1; -- cgit v1.2.3