Add fission heating MT=318 to constants.h

This commit is contained in:
Andrew Johnson 2019-09-09 17:13:07 -05:00
parent 2cecbd5d0f
commit 7376bfa81d
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

@ -233,6 +233,7 @@ constexpr int N_XT {205};
constexpr int N_X3HE {206};
constexpr int N_XA {207};
constexpr int NEUTRON_HEATING {301};
constexpr int FISSION_HEATING {318};
constexpr int DAMAGE_ENERGY {444};
constexpr int COHERENT {502};
constexpr int INCOHERENT {504};