diff options
-rw-r--r-- | tests/pr_gradient_check.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c index 4dbf3f50..8a3c0a02 100644 --- a/tests/pr_gradient_check.c +++ b/tests/pr_gradient_check.c @@ -217,7 +217,9 @@ static int test_gradients(struct image *image, double incr_val, int refine, fprintf(fh, "%e %f\n", //resolution(image->indexed_cell, h, k, l), - rad2deg(tt), fabs((grad-cgrad)/grad)); + //rad2deg(tt), + cgrad, + fabs((grad-cgrad)/grad)); } |