From 7376bfa81d2304870321f666f98933a13edf30da Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 9 Sep 2019 17:13:07 -0500 Subject: [PATCH] Add fission heating MT=318 to constants.h --- include/openmc/constants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/openmc/constants.h b/include/openmc/constants.h index 394f90740f..c5f4575686 100644 --- a/include/openmc/constants.h +++ b/include/openmc/constants.h @@ -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};