diff options
author | Thomas White <taw@physics.org> | 2016-10-25 17:45:18 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-10-25 17:45:18 +0200 |
commit | b381df36f7861c9ba8a043536cc18bbc147aa5c7 (patch) | |
tree | 67282e52ffe0331fc187b2d3c6a43e4b2aa23574 /libcrystfel | |
parent | 2679761cd4f86cf1829917a74c3f32ed5576a1d6 (diff) |
j_idx
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/taketwo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index aa0491ab..036db5c6 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -509,7 +509,8 @@ static signed int find_next_index(gsl_matrix *rot, struct SpotVec *obs_vecs, struct rvec member_match; int j_idx = obs_members[j]; - member_match = obs_vecs[j].matches[match_members[j]]; + member_match = obs_vecs[j_idx].matches[match_members[j]]; + test_rot = generate_rot_mat(obs_vecs[j_idx].obsvec, obs_vecs[i].obsvec, member_match, |