From e2fb00c6a56c88be39bf1bb5911ab9b0440b5e1e Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Mon, 30 May 2016 08:34:08 -0400 Subject: [PATCH] Reordered parameters in StatePoint.get_tally(...) --- openmc/statepoint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/statepoint.py b/openmc/statepoint.py index 9f485619dd..14a48e7f6d 100644 --- a/openmc/statepoint.py +++ b/openmc/statepoint.py @@ -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