From f3cd565fee95cdef180612d380225307718add6c Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 22 Apr 2013 18:04:20 -0400 Subject: [PATCH] Remove diffusion score from statepoint.py. --- src/utils/statepoint.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/utils/statepoint.py b/src/utils/statepoint.py index b6c23ea90c..bf3076cf62 100644 --- a/src/utils/statepoint.py +++ b/src/utils/statepoint.py @@ -17,14 +17,13 @@ score_types = {-1: 'flux', -5: 'scatter-n', -6: 'scatter-pn', -7: 'transport', - -8: 'diffusion', - -9: 'n1n', - -10: 'absorption', - -11: 'fission', - -12: 'nu-fission', - -13: 'kappa-fission', - -14: 'current', - -15: 'events', + -8: 'n1n', + -9: 'absorption', + -10: 'fission', + -11: 'nu-fission', + -12: 'kappa-fission', + -13: 'current', + -14: 'events', 1: '(n,total)', 2: '(n,elastic)', 4: '(n,level)',