From 89bd4cc23c5ac40dd0060d362f663819a5f4ae22 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 9 Feb 2010 15:08:03 +0100 Subject: Add resolution to reflection lists --- src/process_hkl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/process_hkl.c') diff --git a/src/process_hkl.c b/src/process_hkl.c index 0d09ad3f..89d79a78 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -258,10 +258,9 @@ int main(int argc, char *argv[]) ref = new_list_intensity(); counts = new_list_count(); + mol = load_molecule(); if ( !config_noanalyse ) { - mol = load_molecule(); get_reflections_cached(mol, eV_to_J(2.0e3)); - trueref = ideal_intensities(mol->reflections); } @@ -328,7 +327,7 @@ int main(int argc, char *argv[]) } if ( output != NULL ) { - write_reflections(output, counts, ref, 0, NULL); + write_reflections(output, counts, ref, 0, mol->cell); } STATUS("There were %u patterns.\n", n_patterns); -- cgit v1.2.3