aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
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;