From 29db694f939fea158566f6defbd63e7f8fb91362 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 May 2011 17:15:10 +0200 Subject: Uncomment loop --- tests/pr_gradient_check.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pr_gradient_check.c') diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c index 6b423f53..a81416f7 100644 --- a/tests/pr_gradient_check.c +++ b/tests/pr_gradient_check.c @@ -246,7 +246,7 @@ int main(int argc, char *argv[]) deg2rad(90.0), deg2rad(90.0)); - //for ( i=0; i<10; i++ ) { + for ( i=0; i<1; i++ ) { orientation = random_quaternion(); image.indexed_cell = cell_rotate(cell, orientation); @@ -278,7 +278,7 @@ int main(int argc, char *argv[]) incr_val = incr_frac * cz; test_gradients(&image, incr_val, REF_CSZ, "cz*"); - //} + } return 0; } -- cgit v1.2.3