aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r--src/compare_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index c6f46be4..ec4673c7 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -767,7 +767,7 @@ int main(int argc, char *argv[])
if ( rmax_fix > 0.0 ) {
double res = 2.0*resolution(cell, h, k, l);
- if ( res > rmin_fix ) {
+ if ( res > rmax_fix ) {
nres++;
continue;
}