aboutsummaryrefslogtreecommitdiff
path: root/src/intensities.c
diff options
context:
space:
mode:
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;