From db5a9fb762bcda004ab11af63b741a2b97ea9028 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 29 Sep 2010 12:01:25 +0200 Subject: Sanity check no longer requires projected peaks --- src/peaks.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/peaks.c') diff --git a/src/peaks.c b/src/peaks.c index cd414782..385f3b83 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -556,9 +556,6 @@ int peak_sanity_check(struct image *image, UnitCell *cell, double cx, cy, cz; double alen, blen, clen; - find_projected_peaks(image, cell, circular_domain, domain_r); - if ( image->n_hits == 0 ) return 0; /* Failed sanity check: no peaks */ - /* "Borrow" direction values to get reciprocal lengths */ cell_get_reciprocal(cell, &ax, &ay, &az, &bx, &by, &bz, &cx, &cy, &cz); alen = modulus(ax, ay, az); -- cgit v1.2.3