Store heating, gas production, and damage energy as redundant reactions

This commit is contained in:
Paul Romano 2019-03-07 09:36:38 -06:00
parent b2d6a06284
commit a48d590158
10 changed files with 94 additions and 18 deletions

View file

@ -229,8 +229,10 @@ std::string reaction_name(int mt)
return "(n,X3He)";
} else if (mt == 207) {
return "(n,Xa)";
} else if (mt == 301) {
return "heating";
} else if (mt == 444) {
return "(damage)";
return "damage-energy";
} else if (mt == COHERENT) {
return "coherent scatter";
} else if (mt == INCOHERENT) {