From bdd926190e83f032d99e2a4946a4fab37cbd6ce3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 29 Mar 2010 14:25:53 +0200 Subject: get_hkl: Generate reflections out to a certain resolution --- src/get_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/get_hkl.c') diff --git a/src/get_hkl.c b/src/get_hkl.c index ec2b898e..d59af595 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -153,7 +153,7 @@ int main(int argc, char *argv[]) } mol = load_molecule(); - ideal_ref = get_reflections(mol, eV_to_J(1790.0)); + ideal_ref = get_reflections(mol, eV_to_J(1790.0), 1/(0.6e-9)); counts = new_list_count(); -- cgit v1.2.3