diff options
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r-- | src/get_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 1b69199f..ae279a8e 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -230,7 +230,7 @@ int main(int argc, char *argv[]) } - write_reflections(output, counts, ideal_ref, config_za, mol->cell); + write_reflections(output, counts, ideal_ref, config_za, mol->cell, 1); return 0; } |