aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-11-19 17:46:49 +0100
committerThomas White <taw@physics.org>2013-11-23 02:52:51 -0800
commitdb0d2d42c839d63b23ad8c89292bccc8745eb97e (patch)
tree53fce41661b9b8d9992accc4bcceb9299869abe7 /tests
parent46a290bfc8de65bef253f8516e13b3ca09698caa (diff)
Increase peak integration radius
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c
index 326767e0..51725634 100644
--- a/tests/integration_check.c
+++ b/tests/integration_check.c
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
Reflection *refl;
UnitCell *cell;
struct intcontext ic;
- const int ir_inn = 1;
+ const int ir_inn = 2;
const int ir_mid = 4;
const int ir_out = 6;