From 739af93a9afa1766b10a9fa87cabf7640b9e8604 Mon Sep 17 00:00:00 2001 From: Miriam Date: Fri, 21 Aug 2020 15:48:07 +0000 Subject: [PATCH] Modified doc strings related to 'nuclides' in get_xs and get_pandas_dataframe --- openmc/mgxs/mgxs.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index 3951f6d789..c336cb50de 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -6102,7 +6102,8 @@ class MeshSurfaceMGXS(MGXS): subdomains : Iterable of Integral or 'all' Subdomain IDs of interest. Defaults to 'all'. nuclides : Iterable of str or 'all' or 'sum' - Unused in MeshSurfaceMGXS + Unused in MeshSurfaceMGXS, its value will be ignored. The nuclides + dimension of the resultant array will always have a length of 1. xs_type: {'macro'} The 'macro'/'micro' distinction does not apply to MeshSurfaceMGXS. The calculation of a 'micro' xs_type is omited in this class. @@ -6209,7 +6210,8 @@ class MeshSurfaceMGXS(MGXS): groups : Iterable of Integral or 'all' Energy groups of interest. Defaults to 'all'. nuclides : Iterable of str or 'all' or 'sum' - Unused in MeshSurfaceMGXS + Unused in MeshSurfaceMGXS, its value will be ignored. The nuclides + dimension of the resultant array will always have a length of 1. xs_type: {'macro'} 'micro' unused in MeshSurfaceMGXS. paths : bool, optional