From d316a9f1edfc96a9a8d23043a3b22692080c0cc3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 23 May 2014 16:18:27 +0200 Subject: Remove redundant old stuff --- src/hrs-scaling.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/hrs-scaling.c') diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index 2fef0925..b7aee812 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -464,7 +464,6 @@ struct osfcheck }; - static int compare_osf_change(const void *av, const void *bv) { struct osfcheck *a = (struct osfcheck *)av; @@ -507,7 +506,6 @@ static int test_convergence(struct osfcheck *och, int n, Crystal **crystals) total_change += och[i].change; n_change++; } - } mean_change = total_change / n_change; @@ -523,7 +521,6 @@ RefList *scale_intensities(Crystal **crystals, int n, RefList *gref, int min_redundancy) { int i; - double max_corr; RefList *full = NULL; struct osfcheck *och; int done; @@ -568,8 +565,7 @@ RefList *scale_intensities(Crystal **crystals, int n, RefList *gref, reference = full; } - max_corr = iterate_scale(crystals, n, reference, n_threads, - pmodel); + iterate_scale(crystals, n, reference, n_threads, pmodel); /* Normalise the scale factors */ for ( j=0; j