aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r--src/post-refinement.c6
1 files changed, 1 insertions, 5 deletions
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? */