mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Doc fix for ResultsList.get_depletion_time
This commit is contained in:
parent
452ad5ac7d
commit
952cd2a3cf
1 changed files with 1 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ class ResultsList(list):
|
|||
def get_depletion_time(self):
|
||||
"""Return an array of the average time to deplete a material
|
||||
|
||||
..note::
|
||||
.. note::
|
||||
|
||||
Will have one fewer row than number of other methods,
|
||||
like :meth:`get_eigenvalues`, because no depletion
|
||||
|
|
@ -145,7 +145,6 @@ class ResultsList(list):
|
|||
|
||||
Returns
|
||||
-------
|
||||
|
||||
times : :class:`numpy.ndarray`
|
||||
Vector of average time to deplete a single material
|
||||
across all processes and materials.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue