diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h index 7cf47761..d01fb24e 100644 --- a/src/image.h +++ b/src/image.h @@ -58,7 +58,7 @@ typedef struct _imagefeaturelist ImageFeatureList; /* A 3D vector in reciprocal space */ -struct threevec +struct rvec { double u; double v; @@ -72,7 +72,7 @@ struct image { int *hdr; /* Actual counts */ int16_t *data; /* Integer counts after bloom */ double complex *sfacs; - struct threevec *qvecs; + struct rvec *qvecs; double *twotheta; struct molecule *molecule; |