From 596e477b618e2b88d537a7b7347b146cd0fc285c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 28 Jun 2011 11:31:08 +0200 Subject: Record all wrongnesses --- tests/pr_gradient_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c index 22894079..4dbf3f50 100644 --- a/tests/pr_gradient_check.c +++ b/tests/pr_gradient_check.c @@ -158,7 +158,7 @@ static int test_gradients(struct image *image, double incr_val, int refine, calc_either_side(image, incr_val, valid, vals, refine); - fh = fopen("wrongness.dat", "w+"); + fh = fopen("wrongness.dat", "a"); n_valid = nref; n_acc = 0; i = 0; -- cgit v1.2.3