From f5cb5d95eb8b6bc4dbe659bc6beb14d90fd33097 Mon Sep 17 00:00:00 2001
From: Yolan Uyttenhove <yolan.uyttenhove@ugent.be>
Date: Fri, 31 Jan 2025 13:32:53 +0100
Subject: [PATCH] Disable strong steering for cold flows by default

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

diff --git a/src/const.h b/src/const.h
index 9c40a8dc72..8671ada658 100644
--- a/src/const.h
+++ b/src/const.h
@@ -139,7 +139,7 @@
 #ifndef SHADOWSWIFT_FIX_PARTICLES
 #define SHADOWSWIFT_STEER_MOTION
 #ifdef SHADOWSWIFT_STEER_MOTION
-#define SHADOWSWIFT_STEERING_COLD_FLOWS
+//#define SHADOWSWIFT_STEERING_COLD_FLOWS
 #endif
 #endif
 /* Options controlling thermal energy evolution */
-- 
GitLab