diff options
author | Thomas White <taw@physics.org> | 2014-04-08 15:57:58 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-08 15:57:58 +0200 |
commit | 2500081ea6724ec8bfcb68204150688095edbf99 (patch) | |
tree | 22b3fdf6d62011efc2690fbb252b8bf3b90e6c6c | |
parent | e020d007d5db507927e8c203640b148ec596a527 (diff) |
Remove unused variable
-rw-r--r-- | libcrystfel/src/integration.c | 1 |
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)); |