From 85f80f6b331109a3ced98a56d42cd4a5e6fa9102 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 16 Sep 2019 10:59:03 -0500 Subject: [PATCH] Make sure Nuclide::reaction_index_ is big enough for MT=901 --- include/openmc/nuclide.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openmc/nuclide.h b/include/openmc/nuclide.h index a936ac0102..a1571ea58e 100644 --- a/include/openmc/nuclide.h +++ b/include/openmc/nuclide.h @@ -93,7 +93,7 @@ public: std::vector urr_data_; std::vector> reactions_; //!< Reactions - std::array reaction_index_; //!< Index of each reaction + std::array reaction_index_; //!< Index of each reaction std::vector index_inelastic_scatter_; private: