mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Make sure Nuclide::reaction_index_ is big enough for MT=901
This commit is contained in:
parent
dc3ab07ced
commit
85f80f6b33
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ public:
|
|||
std::vector<UrrData> urr_data_;
|
||||
|
||||
std::vector<std::unique_ptr<Reaction>> reactions_; //!< Reactions
|
||||
std::array<size_t, 892> reaction_index_; //!< Index of each reaction
|
||||
std::array<size_t, 902> reaction_index_; //!< Index of each reaction
|
||||
std::vector<int> index_inelastic_scatter_;
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue