aboutsummaryrefslogtreecommitdiff
path: root/tests/pr_gradient_check.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-26 13:38:40 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:29 +0100
commit75e02ae0f4ae01364311bf8a158172161f8b01a0 (patch)
tree7ffc08b9470ead65ff654dfd877820e70c2a6553 /tests/pr_gradient_check.c
parent4cfe435b978498af703f4e5651a1bcfa1780c4ee (diff)
Reduce test interval
Diffstat (limited to 'tests/pr_gradient_check.c')
-rw-r--r--tests/pr_gradient_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c
index 18d8e58a..6ebe28bb 100644
--- a/tests/pr_gradient_check.c
+++ b/tests/pr_gradient_check.c
@@ -214,7 +214,7 @@ static int test_gradients(struct image *image, double incr_val, int refine,
int main(int argc, char *argv[])
{
struct image image;
- const double incr_frac = 1.0/1000.0;
+ const double incr_frac = 1.0/1000000.0;
double incr_val;
double ax, ay, az;
double bx, by, bz;