From a8efbaa98b4ece01c7fc5de0d1ba1f20fa985a9d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 14 Jan 2010 10:30:30 +0100 Subject: s/threevec/rvec/ --- src/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/image.h') 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; -- cgit v1.2.3