aboutsummaryrefslogtreecommitdiff
path: root/tests/pr_gradient_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pr_gradient_check.c')
-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;
}