diff options
Diffstat (limited to 'libcrystfel/src/taketwo.c')
-rw-r--r-- | libcrystfel/src/taketwo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 5d09a3a6..4b097868 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -39,7 +39,9 @@ * Match observed vectors to theoretical vectors (match_obs_to_cell_vecs()) * * --- Business bit --- - * Find starting seeds (find_seed()): + * ... n.b. rearranging to find all seeds in advance. + * + * Find starting seeds (find_seeds()): * - Loop through pairs of observed vectors * - If they share a spot, find matching pairs of theoretical vectors * - Remove all duplicate matches due to symmetry operations |