From df157fa23439d7c7a76b17ae0a2e08063e4bfde5 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 2 Dec 2012 15:51:08 -0500 Subject: [PATCH] Added scatter-4 and scatter-5 to statepoint.py. --- src/utils/statepoint.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/utils/statepoint.py b/src/utils/statepoint.py index 3e1cdab3a4..c19b8f953c 100644 --- a/src/utils/statepoint.py +++ b/src/utils/statepoint.py @@ -12,9 +12,10 @@ filter_types = {1: 'universe', 2: 'material', 3: 'cell', 4: 'cellborn', score_types = {-1: 'flux', -2: 'total', -3: 'scatter', -4: 'nu-scatter', -5: 'scatter-1', -6: 'scatter-2', -7: 'scatter-3', - -8: 'transport', -9: 'diffusion', -10: 'n1n', -11: 'n2n', - -12: 'n3n', -13: 'n4n', -14: 'absorption', -15: 'fission', - -16: 'nu-fission', -17: 'current', -18: 'events'} + -8: 'scatter-4', -9: 'scatter-5', -10: 'transport', + -11: 'diffusion', -12: 'n1n', -13: 'n2n', -14: 'n3n', + -15: 'n4n', -16: 'absorption', -17: 'fission', + -18: 'nu-fission', -19: 'current', -20: 'events'} class BinaryFile(object): def __init__(self, filename):