aboutsummaryrefslogtreecommitdiff
path: root/src/intensities.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-14 10:30:30 +0100
committerThomas White <taw@physics.org>2010-01-14 10:30:30 +0100
commita8efbaa98b4ece01c7fc5de0d1ba1f20fa985a9d (patch)
tree4674265e0b9633f9e7121e0599097518a505623d /src/intensities.c
parent1f5167c7b129f029758a92cecd6b037f14dada36 (diff)
s/threevec/rvec/
Diffstat (limited to 'src/intensities.c')
-rw-r--r--src/intensities.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intensities.c b/src/intensities.c
index d56983b4..1fb4cc5b 100644
--- a/src/intensities.c
+++ b/src/intensities.c
@@ -69,7 +69,7 @@ void output_intensities(struct image *image)
double hd, kd, ld; /* Indices with decimal places */
double dh, dk, dl; /* Distances in h,k,l directions */
signed int h, k, l;
- struct threevec q;
+ struct rvec q;
double dist;
int found = 0;
int j;