Reordered parameters in StatePoint.get_tally(...)

This commit is contained in:
Will Boyd 2016-05-30 08:34:08 -04:00
parent 4fe252ba8a
commit e2fb00c6a5

View file

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