Removed docstring on MGXS.xs_tally to eliminate sphinx cross-reference issues

This commit is contained in:
Will Boyd 2016-05-16 11:32:55 -04:00
parent 6dcc36eeb8
commit 704022dccc

View file

@ -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 ' \