mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
forgot a space for formatting requirements
This commit is contained in:
parent
94b6172bb5
commit
7fdd96a573
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ class _TallyMapping(Mapping):
|
|||
"""Delete a tally from tally vector and remove the ID,index pair from tally"""
|
||||
_dll.openmc_remove_tally(self._get_tally_index(key))
|
||||
|
||||
def _get_tally_index(self,key):
|
||||
def _get_tally_index(self, key):
|
||||
"""Given the ID, return the index"""
|
||||
index = c_int32()
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue