Added scatter-4 and scatter-5 to statepoint.py.

This commit is contained in:
Paul Romano 2012-12-02 15:51:08 -05:00
parent 2a0b380654
commit df157fa234

View file

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