From 4c0b6282f65c025c95c76d2ceb9c2ac037db697f Mon Sep 17 00:00:00 2001 From: "Miriam (Rathbun) Kreher" Date: Sat, 15 Aug 2020 22:31:23 -0600 Subject: [PATCH] Update openmc/mgxs/mgxs.py Co-authored-by: Paul Romano --- openmc/mgxs/mgxs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index cbda0c94d8..62b9d11d34 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -5903,10 +5903,12 @@ class InverseVelocity(MGXS): class MeshSurfaceMGXS(MGXS): """An abstract multi-group cross section for some energy group structure on the surfaces of a mesh domain. + This class can be used for both OpenMC input generation and tally data post-processing to compute surface- and energy-integrated multi-group cross sections for multi-group neutronics calculations. - NOTE: Users should instantiate the subclasses of this abstract class. + + .. note:: Users should instantiate the subclasses of this abstract class. Parameters ----------