diff --git a/tests/testSymmetry.c b/tests/testSymmetry.c index 868fec6019ada071d55d82a505f2619010257cf2..e7a7eda213fb06c5ec642f73bb9fc100e61037e1 100644 --- a/tests/testSymmetry.c +++ b/tests/testSymmetry.c @@ -43,7 +43,7 @@ void test() { /* Start with some values for the cosmological paramters */ const float a = (float)random_uniform(0.8, 1.); - const float H = 0.f; + const float H = 1.f; /* Create two random particles (don't do this at home !) */ struct part pi, pj;