diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-21 11:53:32 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | f7d612eb193e718490276b05b55af72cc3e70aac (patch) | |
tree | d870de57986f3e80a3350425bc58e72225c364ff /src/reintegrate.c | |
parent | 66d003e06152b1da64f28658818771ffa5999286 (diff) |
s/hit/cpeak/
Avoid confusion over the use of the word 'hit'.
Diffstat (limited to 'src/reintegrate.c')
-rw-r--r-- | src/reintegrate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reintegrate.c b/src/reintegrate.c index 43db6092..c9de3338 100644 --- a/src/reintegrate.c +++ b/src/reintegrate.c @@ -108,8 +108,8 @@ static void process_image(void *pg, int cookie) image.flags = NULL; image.indexed_cell = NULL; image.filename = apargs->filename; - image.hits = NULL; - image.n_hits = 0; + image.cpeaks = NULL; + image.n_cpeaks = 0; image.det = pargs->det; /* View head-on (unit cell is tilted) */ |