mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Reordered parameters in StatePoint.get_tally(...)
This commit is contained in:
parent
4fe252ba8a
commit
e2fb00c6a5
1 changed files with 2 additions and 2 deletions
|
|
@ -497,8 +497,8 @@ class StatePoint(object):
|
|||
self.tallies[tally_id].sparse = self.sparse
|
||||
|
||||
def get_tally(self, scores=[], filters=[], nuclides=[],
|
||||
name=None, id=None, estimator=None, exact_nuclides=False,
|
||||
exact_filters=False, exact_scores=False):
|
||||
name=None, id=None, estimator=None, exact_filters=False,
|
||||
exact_nuclides=False, exact_scores=False):
|
||||
"""Finds and returns a Tally object with certain properties.
|
||||
|
||||
This routine searches the list of Tallies and returns the first Tally
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue