Skip to content

Commit

Permalink
Update sn3d.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Sep 12, 2024
1 parent 08f51de commit 60a4c2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sn3d.cc
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,10 @@ void normalise_deposition_estimators(int nts) {
globals::estimator_gamma_nu_cmf_decayspec /= globals::timesteps[nts].gamma_emission;
const double mean_en_mev = H * globals::estimator_gamma_nu_cmf_decayspec / MEV;

printout("timestep %d kappa_eff: path-integrated %g decay_spec %g deposit_spec %g decay gamma mean E[MeV] %g\n", nts,
globals::estimator_gamma_kappa_integrated, globals::estimator_gamma_kappa_decayspec,
globals::estimator_gamma_kappa_absorbedspec, mean_en_mev);
printout(
"timestep %d kappa_eff [cm2/g]: path-integrated %g decay_spec %g deposit_spec %g decay gamma mean E[MeV] %g\n",
nts, globals::estimator_gamma_kappa_integrated, globals::estimator_gamma_kappa_decayspec,
globals::estimator_gamma_kappa_absorbedspec, mean_en_mev);

for (int nonemptymgi = 0; nonemptymgi < grid::get_nonempty_npts_model(); nonemptymgi++) {
const int mgi = grid::get_mgi_of_nonemptymgi(nonemptymgi);
Expand Down

0 comments on commit 60a4c2d

Please sign in to comment.