diff options
author | Thomas White <taw@physics.org> | 2010-03-29 14:25:53 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-29 14:25:53 +0200 |
commit | bdd926190e83f032d99e2a4946a4fab37cbd6ce3 (patch) | |
tree | c4b4764257e84e497ae3a5ee0f5ad7826170418e /src/get_hkl.c | |
parent | e76906248c006dedf8217b7dee540d182d6d242b (diff) |
get_hkl: Generate reflections out to a certain resolution
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 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(); |