aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorHelen Ginn <helen@strubi.ox.ac.uk>2018-04-21 20:35:12 +0100
committerThomas White <taw@physics.org>2018-05-02 09:46:13 +0200
commit663170cf3df8168705e128359f5902145902c815 (patch)
tree3b6e386929f12b92c7e7738a310c7b77fee9a708 /libcrystfel
parent2153f3e863fa042a3dba68a5b2c612ed16b004ba (diff)
Temporary debug output
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/taketwo.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c
index f92506cc..8f453308 100644
--- a/libcrystfel/src/taketwo.c
+++ b/libcrystfel/src/taketwo.c
@@ -1112,6 +1112,12 @@ static int grow_network(gsl_matrix *rot, int obs_idx1, int obs_idx2,
*max_members = member_num;
}
+ for (int n = 0; n < member_num; n++)
+ {
+ STATUS("*");
+ }
+ STATUS("\n");
+
/* If member_num is high enough, we want to return a yes */
if ( member_num > cell->member_thresh ) break;