diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-03-26 20:27:53 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:22 +0100 |
commit | 365b872a72ae6b4e00c612dd8b8717c605be26dc (patch) | |
tree | 7f7c0f85f60c29fde01a270cd6c3ac3c9be3e341 /src/partialator.c | |
parent | cf481c5e99e6923358687d66fd6afecc95625a57 (diff) |
Remove unused stuff
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/partialator.c b/src/partialator.c index 648b8f58..0e2cfb2e 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -150,7 +150,6 @@ int main(int argc, char *argv[]) FILE *fh; int nthreads = 1; struct detector *det; - unsigned int *cts; ReflItemList *obs; int i; int n_total_patterns; @@ -370,7 +369,6 @@ int main(int argc, char *argv[]) (double)n_found / num_items(obs)); cref = find_common_reflections(images, n_total_patterns); - cts = new_list_count(); /* Make initial estimates */ STATUS("Performing initial scaling.\n"); @@ -434,7 +432,6 @@ int main(int argc, char *argv[]) free(det->panels); free(det); free(beam); - free(cts); free(cref); for ( i=0; i<n_total_patterns; i++ ) { cell_free(images[i].indexed_cell); |