From f2544f7ee8745722bb944b39b1efce14ae90a447 Mon Sep 17 00:00:00 2001 From: Jonah Miller Date: Mon, 23 Dec 2024 08:36:41 -0700 Subject: [PATCH] bound scattering more agressively --- core/interact.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/interact.c b/core/interact.c index 2f32ee0..bee5167 100644 --- a/core/interact.c +++ b/core/interact.c @@ -17,6 +17,8 @@ #if RADIATION == RAD_TYPE_LIGHT #define CONSERVATIVE_BOUND (1) +#elif RAD_NUM_TYPES >= 4 +#define CONSERVATIVE_BOUND (1) #else #define CONSERVATIVE_BOUND (0) #endif