diff options
author | Thomas White <taw@physics.org> | 2010-01-14 10:30:30 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-14 10:30:30 +0100 |
commit | a8efbaa98b4ece01c7fc5de0d1ba1f20fa985a9d (patch) | |
tree | 4674265e0b9633f9e7121e0599097518a505623d /src/image.h | |
parent | 1f5167c7b129f029758a92cecd6b037f14dada36 (diff) |
s/threevec/rvec/
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; |