From efd2a247b2cac3240c8157f69948faaecd37f9f6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 23 May 2014 17:01:31 +0200 Subject: Remove old error --- src/post-refinement.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/post-refinement.c') diff --git a/src/post-refinement.c b/src/post-refinement.c index 1b950d32..9411f324 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -507,11 +507,7 @@ static double pr_iterate(Crystal *cr, const RefList *full, /* Find the full version */ get_indices(refl, &ha, &ka, &la); match = find_refl(full, ha, ka, la); - if ( match == NULL ) { - ERROR("%3i %3i %3i isn't in the reference list, so why " - " is it marked as refinable?\n", ha, ka, la); - continue; - } + if ( match == NULL ) continue; I_full = get_intensity(match); /* Actual measurement of this reflection from this pattern? */ -- cgit v1.2.3