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/image.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index 71bf0d3a..4f5052bb 100644 --- a/src/image.h +++ b/src/image.h @@ -58,7 +58,8 @@ struct imagefeature { typedef struct _imagefeaturelist ImageFeatureList; -struct reflhit { +/* This structure represents a predicted peak in an image */ +struct cpeak { signed int h; signed int k; signed int l; @@ -79,8 +80,8 @@ struct image { int ncells; struct detector *det; char *filename; - struct reflhit *hits; - int n_hits; + struct cpeak *cpeaks; + int n_cpeaks; int id; /* ID number of the thread * handling this image */ -- cgit v1.2.3