diff options
-rw-r--r-- | tests/cellcompare_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cellcompare_check.c b/tests/cellcompare_check.c index 129fa367..695d6258 100644 --- a/tests/cellcompare_check.c +++ b/tests/cellcompare_check.c @@ -262,7 +262,7 @@ int main(int argc, char *argv[]) UnitCell *cell, *cref; gsl_rng *rng; int i; - const int ntrial = 10; + const int ntrial = 5; double tols[] = { 0.01, 0.01, 0.01, deg2rad(1.0), deg2rad(1.0), deg2rad(1.0) }; |