aboutsummaryrefslogtreecommitdiff
path: root/src/geometry.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-04-26 12:08:44 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:24 +0100
commit074034e2dcc34a9a0bab7c979f0deea060a3be21 (patch)
treeb68a3cb54d46c615b4969ff0f7f3ed91c58eb58a /src/geometry.c
parent136d9cc93b4012bdb1283f8cf283931786811948 (diff)
Remove unused variable
Diffstat (limited to 'src/geometry.c')
-rw-r--r--src/geometry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry.c b/src/geometry.c
index 3ff39f31..b3d4c8ee 100644
--- a/src/geometry.c
+++ b/src/geometry.c
@@ -310,7 +310,7 @@ void update_partialities(struct image *image, const char *sym,
Reflection *peak_in_pattern;
double r1, r2, p, x, y;
signed int h, k, l;
- int clamp1, clamp2, scalable;
+ int clamp1, clamp2;
/* Get predicted indices and location */
get_indices(refl, &h, &k, &l);