aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers/smallcell.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-10-17 17:08:21 +0200
committerThomas White <taw@physics.org>2024-10-17 17:08:21 +0200
commitefc3783a085176edb347f9035352f0bcebb98b06 (patch)
tree06385b5ce644d28880abb798d1e8f9cc98c1e21e /libcrystfel/src/indexers/smallcell.c
parent6a8ab865f917b1d2116fc57be1a72474e7e7ff1d (diff)
smallcell: Tweak debugging messages
Diffstat (limited to 'libcrystfel/src/indexers/smallcell.c')
-rw-r--r--libcrystfel/src/indexers/smallcell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/indexers/smallcell.c b/libcrystfel/src/indexers/smallcell.c
index e9346bc1..5d908918 100644
--- a/libcrystfel/src/indexers/smallcell.c
+++ b/libcrystfel/src/indexers/smallcell.c
@@ -540,7 +540,7 @@ int smallcell_index(struct image *image, void *mpriv)
image->lambda,
&num_peak_infos);
- STATUS("Number of matched rings: %i", num_peak_infos);
+ STATUS("Number of matched rings: %i\n", num_peak_infos);
link_nodes(peak_infos, num_peak_infos, priv->g9);
@@ -569,7 +569,7 @@ int smallcell_index(struct image *image, void *mpriv)
}
BK(R, P, X, Max_cliques);
- STATUS("The number of cliques found = %d.\n", Max_cliques->n);
+ STATUS("Number of cliques found: %i\n", Max_cliques->n);
/* get the max. clique from list of Maximal cliques found */
int Max_clique_len = Max_cliques->list[0]->n_mem;