From 329134c42a76339438e4189e2cde05895e17ab62 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 26 Jan 2011 14:03:46 +0100 Subject: Remove solid angle correction It's never correct when using "bucket" integration, and always correct when using "pixel" integration, so don't give the option. --- src/pattern_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pattern_sim.c') diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 6c48c6ec..4584bb3c 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -565,7 +565,7 @@ int main(int argc, char *argv[]) if ( config_nearbragg ) { find_projected_peaks(&image, cell, 0, 0.1); - output_intensities(&image, cell, NULL, 0, 1, 0, stdout, + output_intensities(&image, cell, NULL, 0, 0, stdout, 0, 0.1); free(image.cpeaks); } -- cgit v1.2.3