Skip to content

Commit

Permalink
USE_XCOM_GAMMAPHOTOION
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Mar 1, 2024
1 parent d2d1a99 commit 471eded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gammapkt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
namespace gammapkt {
// Code for handing gamma rays - creation and propagation

constexpr bool USE_XCOM_GAMMAPHOTOION = false;
constexpr bool USE_XCOM_GAMMAPHOTOION = true;

struct gamma_line {
double energy{}; // in erg
Expand Down

0 comments on commit 471eded

Please sign in to comment.