diff options
author | Thomas White <taw@physics.org> | 2011-02-08 19:24:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:13 +0100 |
commit | de518c82717f8d07a6721e01200deb2437335a5d (patch) | |
tree | e2aa6fefc373ac82c66303a0389e787fc103815d /tests/list_check.c | |
parent | e980ed54dc29e025587aba47390727c500aec8f1 (diff) |
Make iteration work
Diffstat (limited to 'tests/list_check.c')
-rw-r--r-- | tests/list_check.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/list_check.c b/tests/list_check.c index ffae8d12..22ef01e1 100644 --- a/tests/list_check.c +++ b/tests/list_check.c @@ -45,8 +45,6 @@ static int test_lists(int num_items) check = malloc(num_items * sizeof(struct refltemp)); list = reflist_new(); - printf("Testing with %i\n", num_items); - h = RANDOM_INDEX; k = RANDOM_INDEX; l = RANDOM_INDEX; @@ -98,7 +96,6 @@ static int test_lists(int num_items) signed int h, k, l; get_indices(refl, &h, &k, &l); - printf("%3i %3i %3i\n", h, k, l); for ( i=0; i<num_items; i++ ) { if ( (check[i].h == h) |