From 9561b62b7ab15523ed90d10fbbe176926a890eb8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 7 Oct 2010 10:50:23 +0200 Subject: compare_hkl: Don't reject any reflections (for now) --- src/compare_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compare_hkl.c') 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); -- cgit v1.2.3