aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-26 17:15:10 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:29 +0100
commit29db694f939fea158566f6defbd63e7f8fb91362 (patch)
tree9e58184eb0265dec713f17e636c2003d09f9c2a0 /tests
parent7145a346b525f55f5483b27107c1c7c04d6d6b87 (diff)
Uncomment loop
Diffstat (limited to 'tests')
-rw-r--r--tests/pr_gradient_check.c4
1 files changed, 2 insertions, 2 deletions
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;
}