aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-04-01 16:48:35 +0200
committerThomas White <taw@physics.org>2014-04-01 16:48:35 +0200
commit1e7a4f59997dea30d0b7aa720684d82fd0d3c9c0 (patch)
treef1b039c0876b1f2772f22c6570e0b2bab17a60d5 /tests
parent27a1684b8ede89de565f125f228f82f8885bef9e (diff)
Fix resolution cutoff so that it (apparently) works
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_check.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c
index 0196742f..701d8be7 100644
--- a/tests/integration_check.c
+++ b/tests/integration_check.c
@@ -138,7 +138,6 @@ int main(int argc, char *argv[])
ic.ir_inn = ir_inn;
ic.ir_mid = ir_mid;
ic.ir_out = ir_out;
- ic.limit = 0.0;
ic.meth = INTEGRATION_RINGS;
ic.int_diag = INTDIAG_NONE;
if ( init_intcontext(&ic) ) {