aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-03-17 16:34:00 +0100
committerThomas White <taw@physics.org>2015-04-20 15:50:39 +0200
commit57efc91e402af247d0ed6af5484837911aa95737 (patch)
treeeeb4bd4ca62ac6451eebd41adc4b78234fbb4c5a /tests
parent63a971d9caed029234e91e4a561a1608a608d63f (diff)
Remove debug
Diffstat (limited to 'tests')
-rw-r--r--tests/prediction_gradient_check.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/prediction_gradient_check.c b/tests/prediction_gradient_check.c
index 953d5fde..486e4ce1 100644
--- a/tests/prediction_gradient_check.c
+++ b/tests/prediction_gradient_check.c
@@ -345,11 +345,11 @@ static double test_gradients(Crystal *cr, double incr_val, int refine,
} else {
- STATUS("OK %s %3i %3i %3i"
- " %10.2Le %10.2e ratio = %5.2Lf"
- " %10.2e %10.2e\n",
- str, h, k, l, grad, cgrad, cgrad/grad,
- r1, r2);
+ //STATUS("OK %s %3i %3i %3i"
+ // " %10.2Le %10.2e ratio = %5.2Lf"
+ // " %10.2e %10.2e\n",
+ // str, h, k, l, grad, cgrad, cgrad/grad,
+ // r1, r2);
n_good++;