aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-26 12:13:53 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commita516c22351f8c57d66e2a51a22c41e143fa00370 (patch)
tree401126de5e9a24f6a0e3821b8402b8efb918ddba /tests
parentbb4070ecc7d92cb8ce3211ca7f637e07756eaae8 (diff)
prof2d_check: Decrease size of unit cell
It was taking multiple minutes to run, discouraging me from running the test suite at all.
Diffstat (limited to 'tests')
-rw-r--r--tests/prof2d_check.c2
1 files changed, 1 insertions, 1 deletions
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));