From c85355b3cb7c8ed47f286e1fb98505b0e5beba1a Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Sun, 31 Dec 2017 15:54:37 +0000
Subject: [PATCH] Also update the i/o test with the new function signature.

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

diff --git a/tests/testReading.c b/tests/testReading.c
index 930434e711..b47b041910 100644
--- a/tests/testReading.c
+++ b/tests/testReading.c
@@ -45,7 +45,7 @@ int main() {
 
   /* Read data */
   read_ic_single("input.hdf5", &us, dim, &parts, &gparts, &sparts, &Ngas,
-                 &Ngpart, &Nspart, &periodic, &flag_entropy_ICs, 1, 1, 0, 0);
+                 &Ngpart, &Nspart, &periodic, &flag_entropy_ICs, 1, 1, 0, 1, 0);
 
   /* Check global properties read are correct */
   assert(dim[0] == boxSize);
-- 
GitLab