Add blank reset function to IndependentRateHelper

This commit is contained in:
josh 2022-09-10 00:56:29 +00:00
parent 9ec20b507a
commit c4b5f067cd

View file

@ -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