From 976e20d8ea3df811754cfe96b72d33be95c47c7d Mon Sep 17 00:00:00 2001
From: James Willis <james.s.willis@durham.ac.uk>
Date: Wed, 23 Mar 2016 16:04:11 +0000
Subject: [PATCH] Changed int variables to size_t.

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

diff --git a/tests/testReading.c b/tests/testReading.c
index d2a2a76617..9dda4c7bad 100644
--- a/tests/testReading.c
+++ b/tests/testReading.c
@@ -22,7 +22,7 @@
 
 int main() {
 
-  int Ngas = -1, Ngpart = -1;
+  size_t Ngas = 0, Ngpart = 0;
   int periodic = -1;
   int i, j, k, n;
   double dim[3];
-- 
GitLab