mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fix typo in the comment of processing transport correction
This commit is contained in:
parent
d7359f151c
commit
dfedd5a618
1 changed files with 1 additions and 1 deletions
|
|
@ -3900,7 +3900,7 @@ class ScatterMatrixXS(MatrixMGXS):
|
|||
|
||||
if self.formulation == 'simple':
|
||||
if self.scatter_format == 'legendre':
|
||||
# If using P0 correction subtract P2 scatter from the diag.
|
||||
# If using P0 correction subtract P1 scatter from the diag.
|
||||
if self.correction == 'P0' and self.legendre_order == 0:
|
||||
scatter_p0 = self.tallies[self.rxn_type].get_slice(
|
||||
filters=[openmc.LegendreFilter],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue