diff options
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/taketwo.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 9b58ef58..d5355170 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1023,17 +1023,6 @@ static signed int find_next_index(gsl_matrix *rot, int *obs_members, if ( !shared ) continue; - int skip = 0; - for ( j=0; j<member_num && skip == 0; j++ ) { - if (i == obs_members[j]) { - skip = 1; - } - } - - if (skip) { - continue; - } - int all_ok = 1; int matched = -1; |