diff options
-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; } |