Merge pull request #377 from smharper/pyapi_scores

Fixed Python API score type constants
This commit is contained in:
Will Boyd 2015-04-27 23:41:38 -04:00
commit 3b277799ce

View file

@ -47,19 +47,16 @@ SCORE_TYPES = {-1: 'flux',
-8: 'nu-scatter-pn',
-9: 'transport',
-10: 'n1n',
-11: 'n2n',
-12: 'n3n',
-13: 'n4n',
-14: 'absorption',
-15: 'fission',
-16: 'nu-fission',
-17: 'kappa-fission',
-18: 'current',
-19: 'flux-yn',
-20: 'total-yn',
-21: 'scatter-yn',
-22: 'nu-scatter-yn',
-23: 'events',
-11: 'absorption',
-12: 'fission',
-13: 'nu-fission',
-14: 'kappa-fission',
-15: 'current',
-16: 'flux-yn',
-17: 'total-yn',
-18: 'scatter-yn',
-19: 'nu-scatter-yn',
-20: 'events',
1: '(n,total)',
2: '(n,elastic)',
4: '(n,level)',