diff options
author | Thomas White <taw@physics.org> | 2010-03-26 10:42:18 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-26 10:42:18 +0100 |
commit | 24f39356872ec7e504ca8c7800066a61c030e5be (patch) | |
tree | 9acb4ecf99c9f31f184631abef18769db9997975 /src/get_hkl.c | |
parent | aa60d83eeaa10040682be0cc3ceb4a33d14bb155 (diff) |
Update wavelength -> 1790 eV
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 f662f06f..0240826c 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(1.8e3)); + get_reflections_cached(mol, eV_to_J(1790.0)); ideal_ref = ideal_intensities(mol->reflections); counts = new_list_count(); |