diff options
author | Thomas White <taw@physics.org> | 2010-03-05 10:36:41 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-05 10:36:41 +0100 |
commit | 18e4d938c574394ca6fafe593359317062a0bbe7 (patch) | |
tree | 8b7a7d0fdcf896dfa1a988bb458546829ceb3563 | |
parent | daac7b3b2aae9895e6fd46588739b992655c66f5 (diff) |
New wavelength (1800 eV) in get_hkl
-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 e79cd9a0..87fc530d 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -148,7 +148,7 @@ int main(int argc, char *argv[]) } mol = load_molecule(); - get_reflections_cached(mol, eV_to_J(2.0e3)); + get_reflections_cached(mol, eV_to_J(1.8e3)); ref = ideal_intensities(mol->reflections); if ( template != NULL ) { |