mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Add blank reset function to IndependentRateHelper
This commit is contained in:
parent
9ec20b507a
commit
c4b5f067cd
1 changed files with 4 additions and 0 deletions
|
|
@ -303,6 +303,10 @@ class IndependentOperator(OpenMCOperator):
|
|||
"""Unused in this case"""
|
||||
pass
|
||||
|
||||
def reset_tally_means(self):
|
||||
"""Unused in this case"""
|
||||
pass
|
||||
|
||||
def get_material_rates(self, mat_id, nuc_index, react_index):
|
||||
"""Return 2D array of [nuclide, reaction] reaction rates
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue