From a516c22351f8c57d66e2a51a22c41e143fa00370 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Jun 2020 12:13:53 +0200 Subject: prof2d_check: Decrease size of unit cell It was taking multiple minutes to run, discouraging me from running the test suite at all. --- tests/prof2d_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c index 3d202d51..a32adaa0 100644 --- a/tests/prof2d_check.c +++ b/tests/prof2d_check.c @@ -115,7 +115,7 @@ int main(int argc, char *argv[]) cell = cell_new(); cell_set_lattice_type(cell, L_CUBIC); cell_set_centering(cell, 'P'); - cell_set_parameters(cell, 800.0e-10, 800.0e-10, 800.0e-10, + cell_set_parameters(cell, 200.0e-10, 200.0e-10, 200.0e-10, deg2rad(90.0), deg2rad(90.0), deg2rad(90.0)); cell = cell_rotate(cell, random_quaternion(rng)); -- cgit v1.2.3