do heating tallies for both neutron and photon

This commit is contained in:
liangjg 2019-03-18 19:20:51 -04:00
parent 0a18d85a13
commit 7ae1b024ed
7 changed files with 57 additions and 7 deletions

View file

@ -121,6 +121,8 @@ std::string reaction_name(int mt)
return "fission-q-prompt";
} else if (mt == SCORE_FISS_Q_RECOV) {
return "fission-q-recoverable";
} else if (mt == SCORE_HEATING) {
return "heating";
// Normal ENDF-based reactions
} else if (mt == TOTAL_XS) {