From d79e90a428846d5944633bbe334cafd0ed9fc926 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Mar 2010 18:23:32 +0100 Subject: Don't try to render PDBs, part III: tidy up and fix --- 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 5e5331b4..ec2b898e 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -153,7 +153,7 @@ int main(int argc, char *argv[]) } mol = load_molecule(); - get_reflections_cached(mol, eV_to_J(1790.0)); + ideal_ref = get_reflections(mol, eV_to_J(1790.0)); counts = new_list_count(); -- cgit v1.2.3