diff options
-rw-r--r-- | libcrystfel/src/taketwo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index bbd3883d..293d9551 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1262,7 +1262,7 @@ static int find_seeds(struct TakeTwoCell *cell, struct taketwo_private *tp) */ int i, j; - for ( i=0; i<obs_vec_count; i++ ) { + for ( i=1; i<obs_vec_count; i++ ) { for ( j=0; j<i; j++ ) { |