From 31851dfe017e89ebcf00c89ea4c3a0f12f7e86a6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 2 May 2011 16:09:12 +0200 Subject: Get rid of "image.raw_reflections" --- src/partialator.c | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 9f931496..dc29d0d6 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -155,7 +155,7 @@ int main(int argc, char *argv[]) FILE *fh; int nthreads = 1; struct detector *det; - ReflItemList *obs; + ReflItemList *scalable; int i; int n_total_patterns; struct image *images; @@ -282,9 +282,11 @@ int main(int argc, char *argv[]) /* Fill in what we know about the images so far */ rewind(fh); - obs = new_items(); + scalable = new_items(); for ( i=0; i