mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
added spacing between args
This commit is contained in:
parent
d874735072
commit
4850a63a10
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ class StatePoint(object):
|
|||
# has been called already.
|
||||
return t.results[filter_index, score_index]
|
||||
|
||||
def extract_results(self,tally_id,score_str):
|
||||
def extract_results(self, tally_id, score_str):
|
||||
|
||||
# get tally
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue