mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Removed docstring on MGXS.xs_tally to eliminate sphinx cross-reference issues
This commit is contained in:
parent
6dcc36eeb8
commit
704022dccc
1 changed files with 0 additions and 2 deletions
|
|
@ -297,8 +297,6 @@ class MGXS(object):
|
|||
|
||||
@property
|
||||
def xs_tally(self):
|
||||
"""Computes multi-group cross section using OpenMC tally arithmetic."""
|
||||
|
||||
if self._xs_tally is None:
|
||||
if self.tallies is None:
|
||||
msg = 'Unable to get xs_tally since tallies have ' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue