aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-25 16:00:23 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:03 +0100
commit380ec553c04576fc3dc4c816127078d3c2cf9e32 (patch)
tree7f2e4a384bf1ed2285c15817fbbfe46c1add1d64 /src/compare_hkl.c
parenta1408ca8460ef486730b4e5ce11cfca2504edf3b (diff)
Read beam parameters from file (where appropriate)
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r--src/compare_hkl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index 1100a05e..2bdbd5a4 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -505,7 +505,10 @@ int main(int argc, char *argv[])
}
if ( outfile != NULL ) {
- write_reflections(outfile, icommon, out, NULL, NULL, cell);
+
+ write_reflections(outfile, icommon, out, NULL, NULL, cell, 1.0);
+ STATUS("Sigma(I) values in output file are not meaningful.\n");
+
}
return 0;