diff options
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r-- | src/compare_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index bc224195..bb07d17e 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -149,7 +149,7 @@ int main(int argc, char *argv[]) STATUS("R2 = %5.4f %% (scale=%5.2f)\n", R*100.0, scale); if ( outfile != NULL ) { - write_reflections(outfile, NULL, out, 1, cell); + write_reflections(outfile, NULL, out, 1, cell, 1); } return 0; |