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