From 6ad7ccd976f40c7045bdb27a99582ca252416f4f Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Mon, 26 Feb 2018 17:26:32 +0000
Subject: [PATCH] Test also cases where H!=0 in the symmtery test.

---
 tests/testSymmetry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/testSymmetry.c b/tests/testSymmetry.c
index 868fec6019..e7a7eda213 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;
-- 
GitLab