aboutsummaryrefslogtreecommitdiff
path: root/tests/list_check.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-08 23:40:09 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:13 +0100
commit09f4f09239da980928dc3fc52494b44382bcbca4 (patch)
treeff11a210b50777538dedefd058868c30ea28788d /tests/list_check.c
parent06ce382d160021fbc8083d0bd48b2735504a39d5 (diff)
More unsuccessful work on lists
Diffstat (limited to 'tests/list_check.c')
-rw-r--r--tests/list_check.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/list_check.c b/tests/list_check.c
index a50a8d70..5e593d0f 100644
--- a/tests/list_check.c
+++ b/tests/list_check.c
@@ -86,7 +86,7 @@ static int test_lists(int num_items)
check[i].dup = duplicate;
check[i].found = 0;
- if ( (h==-178) && (k==-45) && (l==55)) {
+ if ( (h==-45) && (k==55) && (l==73)) {
printf("added, now %i %i\n", check[i].dup, i);
}
@@ -154,9 +154,6 @@ static int test_lists(int num_items)
delete_refl(refl);
check[i].del = 1;
- if ( (h==-119) && (k==20) && (l==-69)) {
- printf("deleting, now %i\n", check[j].dup);
- }
/* Update all counts */
for ( j=0; j<num_items; j++ ) {