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/cubeit.c | |
parent | 66d003e06152b1da64f28658818771ffa5999286 (diff) |
s/hit/cpeak/
Avoid confusion over the use of the word 'hit'.
Diffstat (limited to 'src/cubeit.c')
-rw-r--r-- | src/cubeit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cubeit.c b/src/cubeit.c index ebb21151..ad78704e 100644 --- a/src/cubeit.c +++ b/src/cubeit.c @@ -216,8 +216,8 @@ static void sum_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) */ |