mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Get rid of MAX_SECONDARY constant
This commit is contained in:
parent
279104cfed
commit
c049557c85
1 changed files with 0 additions and 3 deletions
|
|
@ -26,9 +26,6 @@ namespace openmc {
|
|||
// use to store the bins for delayed group tallies.
|
||||
constexpr int MAX_DELAYED_GROUPS {8};
|
||||
|
||||
// Maximum number of secondary particles created
|
||||
constexpr int MAX_SECONDARY {1000};
|
||||
|
||||
// Maximum number of lost particles
|
||||
constexpr int MAX_LOST_PARTICLES {10};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue