diff options
author | Thomas White <taw@physics.org> | 2014-02-14 16:11:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-02-17 16:03:31 +0100 |
commit | 653cac3b7dd684a1b913b0007417762653d25a5a (patch) | |
tree | ad1e07aaacdd7d49524b37f28481946471b7995a /tests | |
parent | b2d65cb9b307a321e88fb5ff88197580ca0c59e4 (diff) |
Lorentz factor should not depend on profile radius
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pr_pl_gradient_check.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pr_pl_gradient_check.c b/tests/pr_pl_gradient_check.c index 5ef01bf5..785d9973 100644 --- a/tests/pr_pl_gradient_check.c +++ b/tests/pr_pl_gradient_check.c @@ -473,8 +473,7 @@ int main(int argc, char *argv[]) incr_val = incr_frac * crystal_get_profile_radius(cr); val = test_gradients(cr, incr_val, REF_R, "R", "R", pmodel, quiet, plot); - /* FIXME: dL/dR is broken in this version */ - //if ( val < 0.99 ) fail = 1; + if ( val < 0.99 ) fail = 1; incr_val = incr_frac * ax; val = test_gradients(cr, incr_val, REF_ASX, "ax*", "x", pmodel, |