From ccb491b78a6151cdaf86e701b4a5f4474ecbf224 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Thu, 7 Feb 2019 14:08:09 +0000
Subject: [PATCH] Correctly initialize the hydro properties in the
 test125cells.

---
 tests/test125cells.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/test125cells.c b/tests/test125cells.c
index 7a05be68fd..3b49e71163 100644
--- a/tests/test125cells.c
+++ b/tests/test125cells.c
@@ -601,6 +601,8 @@ int main(int argc, char *argv[]) {
   hp.eta_neighbours = h;
   hp.h_tolerance = 1e0;
   hp.h_max = FLT_MAX;
+  hp.h_min = 0.f;
+  hp.h_min_ratio = 0.f;
   hp.max_smoothing_iterations = 10;
   hp.CFL_condition = 0.1;
 
-- 
GitLab