From bd5102f4285be6be6867102d271091473258340c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 11 Jun 2010 10:50:04 -0700 Subject: Fix previous commit --- src/peaks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peaks.c') diff --git a/src/peaks.c b/src/peaks.c index 19894ca7..c8260fc1 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -639,7 +639,7 @@ void output_intensities(struct image *image, UnitCell *cell, printf("Peak statistics: %i peaks found by the peak search out of " "%i were close to indexed positions. " "%i indexed positions out of %i were close to detected peaks.\n", - n_foundclose, n_found, n_indclose, n_hits); + n_foundclose, n_found, n_indclose, image->n_hits); printf("%i integrations using indexed locations were aborted because " "they hit one or more bad pixels.\n", n_veto); printf("%i integrations using peak search locations were aborted " -- cgit v1.2.3