diff options
author | Thomas White <taw@physics.org> | 2011-12-13 09:27:03 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:42 +0100 |
commit | ede65cfcd9df2a379db027ee075ef19c52dbfc57 (patch) | |
tree | fe1f559488e29bea961d378200f3c82ea875667f /libcrystfel/src/peaks.c | |
parent | 5c633bf1d61b8fd659139f591eb6a78a3e57b946 (diff) |
The next stupid bug
Diffstat (limited to 'libcrystfel/src/peaks.c')
-rw-r--r-- | libcrystfel/src/peaks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c index af8db28f..4d6fb79e 100644 --- a/libcrystfel/src/peaks.c +++ b/libcrystfel/src/peaks.c @@ -314,7 +314,7 @@ void estimate_resolution(RefList *list, UnitCell *cell, } *min = 0.0; - *max = 0.0; + *max = INFINITY; } |