aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h7
1 files changed, 4 insertions, 3 deletions
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 */