mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Removed commented out code in consistent scatter matrix per comment by @nelsonag
This commit is contained in:
parent
2906994115
commit
3a8bd3d35d
1 changed files with 0 additions and 3 deletions
|
|
@ -4140,9 +4140,6 @@ class ScatterMatrixXS(MatrixMGXS):
|
|||
self.tallies[tally_key].scores = \
|
||||
[score_prefix + '{}'.format(i)
|
||||
for i in range(self.legendre_order + 1)]
|
||||
# elif self.scatter_format == 'histogram':
|
||||
# print(self.tallies.keys(), self.tally_keys)
|
||||
# self.tallies[self.rxn_type].scores = [self.rxn_type]
|
||||
|
||||
super(ScatterMatrixXS, self).load_from_statepoint(statepoint)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue