Skip to content

Commit

Permalink
bound scattering more agressively
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 23, 2024
1 parent cc31b87 commit f2544f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/interact.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2544f7

Please sign in to comment.