diff options
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) */ |