From ec0cf0e18a2ecc45800d40d873e73259550ffb96 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 8 Apr 2021 17:16:34 +0200 Subject: get_hkl: Write symmetry into output file --- src/get_hkl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/get_hkl.c b/src/get_hkl.c index 71de316d..4dd9e3fd 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -7,7 +7,7 @@ * a research centre of the Helmholtz Association. * * Authors: - * 2009-2020 Thomas White + * 2009-2021 Thomas White * * This file is part of CrystFEL. * @@ -739,6 +739,7 @@ int main(int argc, char *argv[]) /* Replace old with new */ reflist_free(input); input = new; + mero = expand; } @@ -900,7 +901,7 @@ int main(int argc, char *argv[]) reflist_add_command_and_version(input, argc, argv); /* Yes, really! */ if ( output_format_str == NULL ) { - write_reflist(output, input); + write_reflist_2(output, input, mero); } else if ( cell == NULL ) { ERROR("You must provide a unit cell to use MTZ or XDS output.\n"); } else if ( strcasecmp(output_format_str, "mtz") == 0 ) { -- cgit v1.2.3