diff options
author | Thomas White <taw@physics.org> | 2013-11-19 17:46:49 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-11-23 02:52:51 -0800 |
commit | db0d2d42c839d63b23ad8c89292bccc8745eb97e (patch) | |
tree | 53fce41661b9b8d9992accc4bcceb9299869abe7 /tests/integration_check.c | |
parent | 46a290bfc8de65bef253f8516e13b3ca09698caa (diff) |
Increase peak integration radius
Diffstat (limited to 'tests/integration_check.c')
-rw-r--r-- | tests/integration_check.c | 2 |
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; |