aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-04-08 15:57:58 +0200
committerThomas White <taw@physics.org>2014-04-08 15:57:58 +0200
commit2500081ea6724ec8bfcb68204150688095edbf99 (patch)
tree22b3fdf6d62011efc2690fbb252b8bf3b90e6c6c /libcrystfel
parente020d007d5db507927e8c203640b148ec596a527 (diff)
Remove unused variable
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/integration.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c
index 76f98802..91fe3468 100644
--- a/libcrystfel/src/integration.c
+++ b/libcrystfel/src/integration.c
@@ -1650,7 +1650,6 @@ static double estimate_resolution(UnitCell *cell, ImageFeatureList *flist)
double *acc;
int n_acc = 0;
int max_acc = 1024;
- double av;
int n;
acc = malloc(max_acc*sizeof(double));