aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/reflist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reflist.c b/src/reflist.c
index e73ae2fa..e9aedaaf 100644
--- a/src/reflist.c
+++ b/src/reflist.c
@@ -148,6 +148,10 @@ Reflection *find_refl(RefList *list, INDICES)
} else {
+ assert(search == refl->serial);
+ assert(h == refl->data.h);
+ assert(k == refl->data.k);
+ assert(l == refl->data.l);
return refl;
}