From 1e7a4f59997dea30d0b7aa720684d82fd0d3c9c0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 1 Apr 2014 16:48:35 +0200 Subject: Fix resolution cutoff so that it (apparently) works --- tests/integration_check.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/integration_check.c') 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) ) { -- cgit v1.2.3