diff options
Diffstat (limited to 'tests')
-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; |