From f7d612eb193e718490276b05b55af72cc3e70aac Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 21 Oct 2010 11:53:32 -0700 Subject: s/hit/cpeak/ Avoid confusion over the use of the word 'hit'. --- src/calibrate_detector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/calibrate_detector.c') diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c index 0d613849..5ca468c6 100644 --- a/src/calibrate_detector.c +++ b/src/calibrate_detector.c @@ -168,8 +168,8 @@ static void add_image(void *args, int cookie) image.flags = NULL; image.indexed_cell = NULL; image.filename = pargs->filename; - image.hits = NULL; - image.n_hits = 0; + image.cpeaks = NULL; + image.n_cpeaks = 0; image.det = NULL; /* View head-on (unit cell is tilted) */ -- cgit v1.2.3