mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Removed docstrings on MGXS.tallies and Chi.xs_tally to eliminate sphinx issues
This commit is contained in:
parent
704022dccc
commit
1e86848ac6
1 changed files with 0 additions and 2 deletions
|
|
@ -248,7 +248,6 @@ class MGXS(object):
|
|||
|
||||
@property
|
||||
def tallies(self):
|
||||
"""Construct the OpenMC tallies needed to compute the cross section."""
|
||||
|
||||
# Instantiate tallies if they do not exist
|
||||
if self._tallies is None:
|
||||
|
|
@ -3298,7 +3297,6 @@ class Chi(MGXS):
|
|||
|
||||
@property
|
||||
def xs_tally(self):
|
||||
"""Computes chi fission spectrum using OpenMC tally arithmetic."""
|
||||
|
||||
if self._xs_tally is None:
|
||||
nu_fission_in = self.tallies['nu-fission-in']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue