diff options
author | cppxfel <helenginn@Helen'sMacBookPro> | 2017-06-29 16:37:21 +0100 |
---|---|---|
committer | cppxfel <helenginn@Helen'sMacBookPro> | 2017-06-29 16:37:21 +0100 |
commit | d0e571446d25c556145c9f9562fc64964c0ad77c (patch) | |
tree | c3b10183e0e4b577893b5c4a4f8f3e51976607c7 | |
parent | 6d07a1b35e83ce5bd803702a7c083365bf14efd0 (diff) |
Disable a check which wasn't acted upon to measure impact on speed
-rw-r--r-- | libcrystfel/src/taketwo.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |