Skip to content

Commit

Permalink
shrink initial tune_scatt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 19, 2024
1 parent 49237aa commit 65b1d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rad_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void init_superphoton_resolution() {
dt_tune_emiss = 0.5;
dt_tune_scatt = Rout_rad;
if (RADIATION == RADTYPE_NEUTRINOS) {
cross_section = RAD_SCATT_TYPES * NUSIGMA0;
cross_section = RAD_NUM_TYPES * RAD_SCATT_TYPES * NUSIGMA0;
} else {
cross_section = 16. * pow(10, 2) * THOMSON;
}
Expand Down

0 comments on commit 65b1d0e

Please sign in to comment.