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/intensities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/intensities.c') 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; -- cgit v1.2.3