diff options
author | Helen Ginn <helen@strubi.ox.ac.uk> | 2018-04-29 18:55:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-02 09:46:15 +0200 |
commit | 6885e4c27b0cf3eff6f7910542b328ce060e2191 (patch) | |
tree | 81ba023637e0ab8478caa18af0e60d6eaff11288 /libcrystfel | |
parent | 5bdf81f67abe5824b7635ce9855b14c41033682a (diff) |
Remove commented code
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/taketwo.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 75c06fbb..7d0c33f2 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1085,12 +1085,6 @@ static signed int find_next_index(gsl_matrix *rot, int *obs_members, if (all_ok) { - - for ( j=0; j<member_num; j++ ) { - // STATUS("%i ", obs_members[j]); - } - //STATUS("%i\n", i); - return i; } } |