mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Activate need_depletion_rx for reaction rate-based depletion only
This commit is contained in:
parent
234e09345d
commit
96a66789b1
6 changed files with 7 additions and 19 deletions
|
|
@ -119,8 +119,6 @@ public:
|
|||
int energyout_filter_ {C_NONE};
|
||||
int delayedgroup_filter_ {C_NONE};
|
||||
|
||||
bool depletion_rx_ {false}; //!< Has depletion reactions (e.g. (n,2n))
|
||||
|
||||
std::vector<Trigger> triggers_;
|
||||
|
||||
int deriv_ {C_NONE}; //!< Index of a TallyDerivative object for diff tallies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue