aboutsummaryrefslogtreecommitdiff
path: root/src/calibrate_detector.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-10-21 11:53:32 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:03 +0100
commitf7d612eb193e718490276b05b55af72cc3e70aac (patch)
treed870de57986f3e80a3350425bc58e72225c364ff /src/calibrate_detector.c
parent66d003e06152b1da64f28658818771ffa5999286 (diff)
s/hit/cpeak/
Avoid confusion over the use of the word 'hit'.
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r--src/calibrate_detector.c4
1 files changed, 2 insertions, 2 deletions
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) */