From dfedd5a618e0fb727f6e50aa6e09eab81f292532 Mon Sep 17 00:00:00 2001 From: johnnyliu27 Date: Mon, 26 Nov 2018 18:21:58 -0500 Subject: [PATCH] Fix typo in the comment of processing transport correction --- openmc/mgxs/mgxs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index b077d04d1d..11b2b24ed7 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -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],