aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/get_hkl.c2
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 ) {