From c4f950362d6f1d5a14f0897c15148021e6854efb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 27 Jun 2010 17:31:52 +0200 Subject: indexamajig: Make SA correction optional (but on by default) --- 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 798e9c33..d6c6fc24 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -413,7 +413,7 @@ int main(int argc, char *argv[]) if ( config_nearbragg ) { find_projected_peaks(&image, cell); - output_intensities(&image, cell, NULL, 1); + output_intensities(&image, cell, NULL, 1, 1); } if ( powder_fn != NULL ) { -- cgit v1.2.3