From d0e571446d25c556145c9f9562fc64964c0ad77c Mon Sep 17 00:00:00 2001 From: cppxfel Date: Thu, 29 Jun 2017 16:37:21 +0100 Subject: Disable a check which wasn't acted upon to measure impact on speed --- libcrystfel/src/taketwo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/taketwo.c') diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 176526ba..d1f2b9b8 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -798,8 +798,8 @@ static signed int find_next_index(gsl_matrix *rot, struct SpotVec *obs_vecs, if ( !shared ) continue; /* now we check that angles between all vectors match */ - int matches = obs_angles_match_array(obs_vecs, i, obs_members, - match_members, member_num); + // int matches = obs_angles_match_array(obs_vecs, i, obs_members, + // match_members, member_num); // if ( !matches ) continue; -- cgit v1.2.3