diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-06-27 17:46:08 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:51 +0100 |
commit | ce87fce11cbbbdc1c8ff1611eaf3255809ab6c87 (patch) | |
tree | 56924d92f778156df95bd2a81e36ef90deac104e /src/pattern_sim.c | |
parent | c4f950362d6f1d5a14f0897c15148021e6854efb (diff) |
Rationalise polarization option
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r-- | src/pattern_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index d6c6fc24..91c5247e 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, 1); + output_intensities(&image, cell, NULL, 0, 1); } if ( powder_fn != NULL ) { |