From cfb7502b9b6cfaee06433a584f139e5a3e30100e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 29 Oct 2010 17:14:22 +0200 Subject: facetron: Basic maths --- src/facetron.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/facetron.c b/src/facetron.c index c4470411..29c4aba8 100644 --- a/src/facetron.c +++ b/src/facetron.c @@ -142,7 +142,7 @@ static void integrate_image(int mytask, void *tasks) continue; } - i_full_est = i_partial * spots[j].p; + i_full_est = i_partial / spots[j].p; get_asymm(h, k, l, &ha, &ka, &la, pargs->sym); -- cgit v1.2.3