From 6c26d7a97a497efdca5b51a371f39227fabfdfdd Mon Sep 17 00:00:00 2001
From: Darwin Roduit <darwin.roduit@epfl.ch>
Date: Wed, 27 Nov 2024 09:32:26 +0100
Subject: [PATCH] Change uint8_t to char

---
 src/sink/GEAR/sink_properties.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sink/GEAR/sink_properties.h b/src/sink/GEAR/sink_properties.h
index be3dd4e196..f877a96418 100644
--- a/src/sink/GEAR/sink_properties.h
+++ b/src/sink/GEAR/sink_properties.h
@@ -69,7 +69,7 @@ struct sink_props {
 
   /*! Disable sink formation? (e.g. used in sink accretion tests). Default: 0
      (keep sink formation) */
-  uint8_t disable_sink_formation;
+  char disable_sink_formation;
 
   /*! Factor to rescale the velocity dispersion of the stars when they are
      spawned */
-- 
GitLab