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 096d1eb5..9baf3e29 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -276,7 +276,7 @@ int main(int argc, char *argv[])
if ( d > 55.0e-10 ) ig = 1;
//if ( d < 15.0e-10 ) ig = 1;
- if ( ig ) continue;
+ //if ( ig ) continue;
set_intensity(ref2_transformed, h, k, l, val2);
set_intensity(out, h, k, l, val1/val2);