diff options
author | Helen Ginn <helen@strubi.ox.ac.uk> | 2018-04-29 19:00:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-02 09:46:15 +0200 |
commit | f1261b157363ea8a19e39b11884ea4b7971c6684 (patch) | |
tree | 350b675679f32ccf6546207a60fc7c75f1a1be1e /libcrystfel | |
parent | 72dd667956dc3eecf88e73454c47a633d6b38c72 (diff) |
white space
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/taketwo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index fe913901..cc68ed04 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1681,7 +1681,6 @@ static int sort_theory_distances(const void *av, const void *bv) return a->dist > b->dist; } - static int match_obs_to_cell_vecs(struct TheoryVec *cell_vecs, int cell_vec_count, struct TakeTwoCell *cell) { |